]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
gcm: use the new faster param location mechanism.
authorPauli <pauli@openssl.org>
Mon, 8 May 2023 22:08:15 +0000 (08:08 +1000)
committerPauli <pauli@openssl.org>
Fri, 2 Jun 2023 05:13:20 +0000 (15:13 +1000)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20935)

providers/implementations/ciphers/ciphercommon_gcm.c

index fa60d87323590f937bbd267f86fc948ea669cccc..dac123f0c66e1eb7e60b17bef972c9bf299db8e4 100644 (file)
@@ -15,6 +15,7 @@
 #include "prov/ciphercommon_gcm.h"
 #include "prov/providercommon.h"
 #include "prov/provider_ctx.h"
+#include "internal/param_names.h"
 
 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len);
 static int gcm_tls_iv_set_fixed(PROV_GCM_CTX *ctx, unsigned char *iv,