bin/openssl: Port to RTEMS.

This commit is contained in:
Christian Mauderer
2019-03-26 11:08:47 +01:00
parent 0a699e74e7
commit 9ed6c97139
114 changed files with 1424 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ int rtems_bsd_command_racoon(int argc, char **argv);
int rtems_bsd_command_setkey(int argc, char **argv);
int rtems_bsd_command_openssl(int argc, char **argv);
__END_DECLS
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_COMMANDS_H_ */

View File

@@ -54,6 +54,7 @@ extern rtems_shell_cmd_t rtems_shell_STTY_Command;
extern rtems_shell_cmd_t rtems_shell_RACOON_Command;
extern rtems_shell_cmd_t rtems_shell_SETKEY_Command;
extern rtems_shell_cmd_t rtems_shell_OPENSSL_Command;
#ifdef __cplusplus
}
#endif /* __cplusplus */