diff options
author | Danny Tsen <dtsen@us.ibm.com> | 2022-01-28 01:49:59 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-02-07 01:29:18 +0100 |
commit | 345c99b6654b8313c792d54f829943068911ddbd (patch) | |
tree | 1e809c91098a13de8172560f7e8b9e4b17983c2f /crypto/modes | |
parent | evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S... (diff) | |
download | openssl-345c99b6654b8313c792d54f829943068911ddbd.tar.xz openssl-345c99b6654b8313c792d54f829943068911ddbd.zip |
Fixed counter overflow
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17607)
Diffstat (limited to 'crypto/modes')
-rw-r--r-- | crypto/modes/asm/aes-gcm-ppc.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/modes/asm/aes-gcm-ppc.pl b/crypto/modes/asm/aes-gcm-ppc.pl index 1ca2a77dc5..6624e6c05b 100644 --- a/crypto/modes/asm/aes-gcm-ppc.pl +++ b/crypto/modes/asm/aes-gcm-ppc.pl @@ -81,7 +81,6 @@ open STDOUT,"| $^X $xlate $flavour \"$output\"" $code=<<___; .machine "any" -.abiversion 2 .text # 4x loops |