summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2019-03-26 11:08:47 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2019-03-28 07:17:24 +0100
commit9ed6c971395e455e0f5e40a9c9c7e7b8cee7f8a5 (patch)
tree1fafdb3bdf21c36d9dfc6cf45a0f526ea8607b5b /rtemsbsd/include
parentbin/openssl: Import from FreeBSD. (diff)
downloadrtems-libbsd-9ed6c971395e455e0f5e40a9c9c7e7b8cee7f8a5.tar.bz2
bin/openssl: Port to RTEMS.
Diffstat (limited to 'rtemsbsd/include')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-commands.h2
-rw-r--r--rtemsbsd/include/rtems/netcmds-config.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h
index 7717c1ea..1b022902 100644
--- a/rtemsbsd/include/machine/rtems-bsd-commands.h
+++ b/rtemsbsd/include/machine/rtems-bsd-commands.h
@@ -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_ */
diff --git a/rtemsbsd/include/rtems/netcmds-config.h b/rtemsbsd/include/rtems/netcmds-config.h
index ce84c155..f8dcdcdc 100644
--- a/rtemsbsd/include/rtems/netcmds-config.h
+++ b/rtemsbsd/include/rtems/netcmds-config.h
@@ -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 */