diff options
Diffstat (limited to 'openssl/crypto/opensslconf.h')
-rw-r--r-- | openssl/crypto/opensslconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/crypto/opensslconf.h b/openssl/crypto/opensslconf.h index b18f4da49..57abb87d9 100644 --- a/openssl/crypto/opensslconf.h +++ b/openssl/crypto/opensslconf.h @@ -32,6 +32,9 @@ #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif #endif /* OPENSSL_DOING_MAKEDEPEND */ @@ -71,6 +74,9 @@ # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif #endif /* crypto/opensslconf.h.in */ |