From: Liu-ErMeng Date: Thu, 27 Apr 2023 03:14:02 +0000 (+0800) Subject: fix md5 bug on aarch64 big-endian plantform. X-Git-Tag: openssl-3.2.0-alpha1~947 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=004bd8f97d11bb7ac5f2de89f7060e03222b60fe;p=thirdparty%2Fopenssl.git fix md5 bug on aarch64 big-endian plantform. Signed-off-by: Liu-ErMeng Reviewed-by: Tom Cosgrove Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20829) --- diff --git a/crypto/md5/asm/md5-aarch64.pl b/crypto/md5/asm/md5-aarch64.pl index 94d727fc9c4..41f81051bb6 100755 --- a/crypto/md5/asm/md5-aarch64.pl +++ b/crypto/md5/asm/md5-aarch64.pl @@ -28,7 +28,6 @@ open OUT,"| \"$^X\" $xlate $flavour \"$output\"" *STDOUT=*OUT; $code .= <