summaryrefslogtreecommitdiff
path: root/freebsd/crypto/openssl/apps/s_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/crypto/openssl/apps/s_time.c')
-rw-r--r--freebsd/crypto/openssl/apps/s_time.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/freebsd/crypto/openssl/apps/s_time.c b/freebsd/crypto/openssl/apps/s_time.c
index e807cb38..ac0b1998 100644
--- a/freebsd/crypto/openssl/apps/s_time.c
+++ b/freebsd/crypto/openssl/apps/s_time.c
@@ -1,4 +1,8 @@
#include <machine/rtems-bsd-user-space.h>
+#ifdef __rtems__
+#include <machine/rtems-bsd-program.h>
+#include "rtems-bsd-openssl-namespace.h"
+#endif /* __rtems__ */
/*
* Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
@@ -405,3 +409,6 @@ static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx)
return serverCon;
}
#endif /* OPENSSL_NO_SOCK */
+#ifdef __rtems__
+#include "rtems-bsd-openssl-s_time-data.h"
+#endif /* __rtems__ */