Merge pull request #6511 from JacobBarthelmeh/nightly

fix for nightly toolchain armv7 build warning
pull/6539/head
David Garske 2023-06-22 15:25:57 -07:00 committed by GitHub
commit 2f44ece4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9078,7 +9078,7 @@ int EncryptContent(byte* input, word32 inputSz, byte* out, word32* outSz,
DECL_ASNSETDATA(dataASN, p8EncPbes1ASN_Length);
int ret = 0;
int sz = 0;
int version;
int version = 0;
int id = -1;
int blockSz = 0;
word32 pkcs8Sz = 0;