src/ssl.c, cyassl/ssl.h
This commit is contained in:
parent
e1db640cd5
commit
e8d8f97c64
@ -359,7 +359,7 @@
|
||||
|
||||
/* new fips header files since old ones could not be changed for compatibility*/
|
||||
#ifndef NO_AES
|
||||
#include <wolfssl/wolfcrytp/aes.h>
|
||||
#include <wolfssl/wolfcrypt/aes.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -11559,7 +11559,7 @@ int wolfSSL_RSA_sign(int type, const unsigned char* m,
|
||||
if (rng) {
|
||||
type = (type == NID_md5) ? MD5h : SHAh;
|
||||
|
||||
signSz = EncodeSignature(encodedSig, m, mLen, type);
|
||||
signSz = wc_EncodeSignature(encodedSig, m, mLen, type);
|
||||
if (signSz == 0) {
|
||||
WOLFSSL_MSG("Bad Encode Signature");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user