mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
EVP_add_digest
This commit is contained in:
committed by
Jacob Barthelmeh
parent
64a3333870
commit
0c742654dc
@@ -440,9 +440,9 @@ WOLFSSL_API int wolfSSL_EVP_CIPHER_CTX_set_padding(WOLFSSL_EVP_CIPHER_CTX *ctx,
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** TBD ***/
|
|
||||||
WOLFSSL_API int wolfSSL_EVP_add_digest(const WOLFSSL_EVP_MD *digest)
|
WOLFSSL_API int wolfSSL_EVP_add_digest(const WOLFSSL_EVP_MD *digest)
|
||||||
{
|
{
|
||||||
(void)digest;
|
(void)digest;
|
||||||
|
/* nothing to do */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@@ -457,7 +457,7 @@ typedef WOLFSSL_X509_STORE_CTX X509_STORE_CTX;
|
|||||||
#define SSL_need_tmp_RSA(ssl) 0
|
#define SSL_need_tmp_RSA(ssl) 0
|
||||||
#define SSL_set_tmp_rsa(ssl,rsa) 1
|
#define SSL_set_tmp_rsa(ssl,rsa) 1
|
||||||
/*#endif*/
|
/*#endif*/
|
||||||
#define CONF_modules_unload()
|
#define CONF_modules_unload(a)
|
||||||
|
|
||||||
#define SSL_get_hit wolfSSL_session_reused
|
#define SSL_get_hit wolfSSL_session_reused
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user