aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-09-02 16:17:00 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2020-09-08 16:08:35 +0300
commite39b3a9171696992a8c1a510f0cdf78d94c87d7a (patch)
tree1b04fa7abc124a0175bbd4802522cf9cdfb7184c /include
parentd38a0bdd9eae957c6464b62efbc06e7184898b56 (diff)
linux-gen: random: always build both implementations
Always build both random module implementations to detect possible build issues. Renamed random_null implementation to random_std. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include')
-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 d8db90ec4..b9766e33e 100644
--- a/include/odp/autoheader_internal.h.in
+++ b/include/odp/autoheader_internal.h.in
@@ -26,4 +26,7 @@
/* Define to 1 to enable pcapng support */
#undef _ODP_PCAPNG
+/* Define to 1 to enable OpenSSL support */
+#undef _ODP_OPENSSL
+
#endif