aes-gcm-avx512.pl: fix non-reproducibility issue
authortrigpolynom <trigpolynom@gmail.com>
Wed, 18 Oct 2023 02:44:45 +0000 (22:44 -0400)
committerHugo Landau <hlandau@openssl.org>
Thu, 26 Oct 2023 14:27:19 +0000 (15:27 +0100)
commit0fbc50ef0cb8894973d4739af62e95be825b7ccf
treec3ee323ed00f724c461c4102f214d7af8cfa1a57
parentaf0025fc40779cc98c06db7e29936f9d5de8cc9e
aes-gcm-avx512.pl: fix non-reproducibility issue

Replace the random suffix with a counter, to make the
build reproducible.

Fixes #20954

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22415)
crypto/modes/asm/aes-gcm-avx512.pl