summaryrefslogtreecommitdiffstats
path: root/freebsd/crypto/openssl/apps/dhparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/crypto/openssl/apps/dhparam.c')
-rw-r--r--freebsd/crypto/openssl/apps/dhparam.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/freebsd/crypto/openssl/apps/dhparam.c b/freebsd/crypto/openssl/apps/dhparam.c
index 505ee4bf..420d0a9f 100644
--- a/freebsd/crypto/openssl/apps/dhparam.c
+++ b/freebsd/crypto/openssl/apps/dhparam.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.
@@ -379,3 +383,6 @@ static int dh_cb(int p, int n, BN_GENCB *cb)
return 1;
}
#endif
+#ifdef __rtems__
+#include "rtems-bsd-openssl-dhparam-data.h"
+#endif /* __rtems__ */