mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
fix ToTraditionalInline inSz type
This commit is contained in:
committed by
Jacob Barthelmeh
parent
930930ebc4
commit
27a9b23d2b
@@ -7064,7 +7064,7 @@ WOLFSSL_EVP_PKEY* wolfSSL_d2i_PrivateKey(int type, WOLFSSL_EVP_PKEY** out,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (ToTraditionalInline((const byte*)(*in), &idx, inSz) > 0) {
|
||||
if (ToTraditionalInline((const byte*)(*in), &idx, (word32)inSz) > 0) {
|
||||
WOLFSSL_MSG("Found and removed PKCS8 header");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user