mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
additional fixes and enhancements for -DOPENSSL_EXTRA -DOPENSSL_COEXIST:
configure.ac: * add --enable-all-osp to separate OSP meta-feature sets from --enable-all, allowing --enable-all --disable-all-osp --disable-opensslall (e.g. for testing OPENSSL_COEXIST). * fix enable_all_crypto=yes in enable-all to be conditional on "$enable_all_crypto" = "". * move enable_rsapss=yes from enable-all to enable-all-crypto. examples/ and testsuite/: #undef OPENSSL_COEXIST unconditionally rather than only if defined(OPENSSL_EXTRA), to capture -DOPENSSL_EXTRA_X509_SMALL or any other such variants.
This commit is contained in:
@@ -41,9 +41,7 @@ Or
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
#undef TEST_OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#ifdef OPENSSL_EXTRA
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#endif
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
|
||||
#include <wolfssl/wolfcrypt/types.h>
|
||||
#include <wolfssl/wolfcrypt/wc_port.h>
|
||||
|
@@ -33,9 +33,7 @@
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
#undef TEST_OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#ifdef OPENSSL_EXTRA
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#endif
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
|
||||
#include <wolfssl/ssl.h>
|
||||
|
||||
|
@@ -30,9 +30,7 @@
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
#undef TEST_OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#ifdef OPENSSL_EXTRA
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#endif
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
|
||||
#include <wolfssl/ssl.h> /* name change portability layer */
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
@@ -33,9 +33,7 @@
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
#undef TEST_OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#ifdef OPENSSL_EXTRA
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
#endif
|
||||
#undef OPENSSL_COEXIST /* can't use this option with this example */
|
||||
|
||||
#include <wolfssl/ssl.h> /* name change portability layer */
|
||||
|
||||
|
Reference in New Issue
Block a user