]> git.ipfire.org Git - thirdparty/openssl.git/commit
ecp_sm2p256-armv8.pl: Copy the argument handling from ecp_nistz256-armv8.pl
authorTomas Mraz <tomas@openssl.org>
Mon, 28 Aug 2023 16:49:02 +0000 (18:49 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 31 Aug 2023 07:40:51 +0000 (09:40 +0200)
commit8a7f30ef67d59f808610275e8bc1723510cf062b
treead4fccb4be65024583a02e0e3cefda8c0e227373
parent9f5102bffc8bb3a9b02a0a5e3c1de4326622fe04
ecp_sm2p256-armv8.pl: Copy the argument handling from ecp_nistz256-armv8.pl

Popping the $output argument is more robust and it also needs to be
placed in double quotes to handle spaces in paths.

Fixes #21874
Fixes #21876

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/21877)
crypto/ec/asm/ecp_sm2p256-armv8.pl