A bit more consistent naming for structure variables

This commit is contained in:
Andras Fekete
2023-01-04 21:04:58 -05:00
parent 25ce553e8f
commit 124c04b01a
3 changed files with 59 additions and 59 deletions

View File

@@ -46081,7 +46081,7 @@ static int test_evp_cipher_aes_gcm(void)
/*
* The call to EVP_CipherInit below (with NULL key) should clear the
* ivGenEnable flag set by EVP_CTRL_GCM_SET_IV_FIXED. As such, a
* authIvGenEnable flag set by EVP_CTRL_GCM_SET_IV_FIXED. As such, a
* subsequent EVP_CTRL_GCM_IV_GEN should fail. This matches OpenSSL
* behavior.
*/