Loading crypto/evp/e_aes.c +1 −0 Original line number Diff line number Diff line Loading @@ -1322,6 +1322,7 @@ static int aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, #else gctx->ctr = NULL; #endif break; } else #endif Loading Loading
crypto/evp/e_aes.c +1 −0 Original line number Diff line number Diff line Loading @@ -1322,6 +1322,7 @@ static int aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, #else gctx->ctr = NULL; #endif break; } else #endif Loading