mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Fix shadowed idx variable in PemToDer
Co-Authored-By: lealem@wolfssl.com <lealem@wolfssl.com>
This commit is contained in:
@ -25786,7 +25786,7 @@ int PemToDer(const unsigned char* buff, long longSz, int type,
|
||||
#endif
|
||||
|
||||
/* Extract hash type from PBES2 parameters */
|
||||
word32 idx = 0;
|
||||
idx = 0;
|
||||
int hashType;
|
||||
DECL_ASNGETDATA(dataASN, pbes2ParamsASN_Length);
|
||||
CALLOC_ASNGETDATA(dataASN, pbes2ParamsASN_Length, ret, NULL);
|
||||
|
Reference in New Issue
Block a user