Loading crypto/pkcs12/p12_decr.c +1 −2 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ unsigned char * PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,ERR_R_EVP_LIB); goto err; } outlen += i; outlen = i; if(!EVP_CipherFinal_ex(&ctx, out + i, &i)) { Loading Loading
crypto/pkcs12/p12_decr.c +1 −2 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ unsigned char * PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,ERR_R_EVP_LIB); goto err; } outlen += i; outlen = i; if(!EVP_CipherFinal_ex(&ctx, out + i, &i)) { Loading