From 9a98d1b0a691d9784ff03bc4640dc297775687f0 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 2 Feb 2023 18:19:27 +0000 Subject: Unbreak vpaes-x86 implementation. Remove remnants of previous PIC handling. ok miod@ --- src/lib/libcrypto/aes/asm/vpaes-x86.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/aes/asm/vpaes-x86.pl b/src/lib/libcrypto/aes/asm/vpaes-x86.pl index 38cef61733..6e7bd36d05 100644 --- a/src/lib/libcrypto/aes/asm/vpaes-x86.pl +++ b/src/lib/libcrypto/aes/asm/vpaes-x86.pl @@ -157,7 +157,6 @@ $k_dsbo=0x2c0; # decryption sbox final output &previous(); &function_begin_B("_vpaes_preheat"); - &add ($const,&DWP(0,"esp")); &movdqa ("xmm7",&QWP($k_inv,$const)); &movdqa ("xmm6",&QWP($k_s0F,$const)); &ret (); @@ -368,7 +367,6 @@ $k_dsbo=0x2c0; # decryption sbox final output ## ## ######################################################## &function_begin_B("_vpaes_schedule_core"); - &add ($const,&DWP(0,"esp")); &movdqu ("xmm0",&QWP(0,$inp)); # load key (unaligned) &movdqa ("xmm2",&QWP($k_rcon,$const)); # load rcon -- cgit v1.2.3-55-g6feb