gcm_get_funcs(): Add missing fallback for ghash on x86_64
authorTomas Mraz <tomas@openssl.org>
Mon, 14 Nov 2022 18:31:17 +0000 (19:31 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 15 Nov 2022 21:35:41 +0000 (22:35 +0100)
commitbe0161ff100bf10c9549fc09ce4513681011da1c
tree241f92b4f3ce45961dcea9a6ba0fda2cb34f92c0
parentcc910f1b316a6ea3d4df57e719adda1922393f8f
gcm_get_funcs(): Add missing fallback for ghash on x86_64

Fixes #19673

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19674)
crypto/modes/gcm128.c