aboutsummaryrefslogtreecommitdiff
path: root/include/odp/autoheader_internal.h.in
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2021-11-17 20:24:50 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2021-11-25 15:29:11 +0200
commit03d7a4f99041302a60ffc083db4debaa1fd443ac (patch)
tree6077803876f7ecf00212db6fd3991ef341ef54cf /include/odp/autoheader_internal.h.in
parentf4f65975085b40b9153fc5f14bfe28265843070c (diff)
configure: add option to disable openssl random
Add configure option --disable-openssl-rand, which disables the use of OpenSSL RAND_bytes() to generate basic random and crypto random data. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'include/odp/autoheader_internal.h.in')
-rw-r--r--include/odp/autoheader_internal.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/odp/autoheader_internal.h.in b/include/odp/autoheader_internal.h.in
index b9766e33e..952675fb5 100644
--- a/include/odp/autoheader_internal.h.in
+++ b/include/odp/autoheader_internal.h.in
@@ -29,4 +29,7 @@
/* Define to 1 to enable OpenSSL support */
#undef _ODP_OPENSSL
+/* Define to 1 to enable OpenSSL random data */
+#undef _ODP_OPENSSL_RAND
+
#endif