forked from wolfSSL/wolfssl
define wolfSSL_OPENSSL_add_all_alogrithms_noconf alias for wolfSSL_OpenSSL_add_all_algorithms_noconf and some fixes
This commit is contained in:
@@ -29572,7 +29572,6 @@ void* wolfSSL_GetDhAgreeCtx(WOLFSSL* ssl)
|
|||||||
|
|
||||||
return x509;
|
return x509;
|
||||||
}
|
}
|
||||||
#include "stdio.h"
|
|
||||||
|
|
||||||
#if defined(HAVE_CRL) && !defined(NO_FILESYSTEM)
|
#if defined(HAVE_CRL) && !defined(NO_FILESYSTEM)
|
||||||
static void* wolfSSL_PEM_read_X509_ex(XFILE fp, void **x,
|
static void* wolfSSL_PEM_read_X509_ex(XFILE fp, void **x,
|
||||||
|
@@ -2933,8 +2933,6 @@ int UnTraditionalEnc(byte* key, word32 keySz, byte* out, word32* outSz,
|
|||||||
(void)rng;
|
(void)rng;
|
||||||
|
|
||||||
return totalSz + sz;
|
return totalSz + sz;
|
||||||
|
|
||||||
(void)rng;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -3285,8 +3283,6 @@ int EncryptContent(byte* input, word32 inputSz, byte* out, word32* outSz,
|
|||||||
(void)rng;
|
(void)rng;
|
||||||
|
|
||||||
return totalSz;
|
return totalSz;
|
||||||
|
|
||||||
(void)rng;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -586,6 +586,7 @@ typedef WOLFSSL_EVP_CIPHER_CTX EVP_CIPHER_CTX;
|
|||||||
#define OpenSSL_add_all_ciphers() wolfCrypt_Init()
|
#define OpenSSL_add_all_ciphers() wolfCrypt_Init()
|
||||||
#define OpenSSL_add_all_algorithms wolfSSL_add_all_algorithms
|
#define OpenSSL_add_all_algorithms wolfSSL_add_all_algorithms
|
||||||
#define OpenSSL_add_all_algorithms_noconf wolfSSL_OpenSSL_add_all_algorithms_noconf
|
#define OpenSSL_add_all_algorithms_noconf wolfSSL_OpenSSL_add_all_algorithms_noconf
|
||||||
|
#define wolfSSL_OPENSSL_add_all_algorithms_noconf wolfSSL_OpenSSL_add_all_algorithms_noconf
|
||||||
|
|
||||||
#define PKCS5_PBKDF2_HMAC_SHA1 wolfSSL_PKCS5_PBKDF2_HMAC_SHA1
|
#define PKCS5_PBKDF2_HMAC_SHA1 wolfSSL_PKCS5_PBKDF2_HMAC_SHA1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user