summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-05-09 08:08:15 +1000
committerPauli <pauli@openssl.org>2023-06-02 15:13:20 +1000
commit79d702250b76cb88947158d4f4d0786fbe96eeac (patch)
treec794918c2174a81e1bf047b2f5b72fe91db2cc7b
parente84b5fcc1b1d599173eaab07790c06a532981e50 (diff)
gcm: use the new faster param location mechanism.
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20935)
-rw-r--r--providers/implementations/ciphers/ciphercommon_gcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/implementations/ciphers/ciphercommon_gcm.c b/providers/implementations/ciphers/ciphercommon_gcm.c
index fa60d87323..dac123f0c6 100644
--- a/providers/implementations/ciphers/ciphercommon_gcm.c
+++ b/providers/implementations/ciphers/ciphercommon_gcm.c
@@ -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,