mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
fix enable dsa w/o opensslextra or keygen
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
WOLFSSL_API int Base64_Decode(const byte* in, word32 inLen, byte* out,
|
WOLFSSL_API int Base64_Decode(const byte* in, word32 inLen, byte* out,
|
||||||
word32* outLen);
|
word32* outLen);
|
||||||
|
|
||||||
#if defined(OPENSSL_EXTRA) || defined(SESSION_CERTS) || defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_CERT_GEN) || defined(HAVE_WEBSERVER)
|
#if defined(OPENSSL_EXTRA) || defined(SESSION_CERTS) || defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_CERT_GEN) || defined(HAVE_WEBSERVER) || !defined(NO_DSA)
|
||||||
#ifndef WOLFSSL_BASE64_ENCODE
|
#ifndef WOLFSSL_BASE64_ENCODE
|
||||||
#define WOLFSSL_BASE64_ENCODE
|
#define WOLFSSL_BASE64_ENCODE
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user