diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2023-02-02 18:19:28 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2023-02-02 18:19:28 +0000 |
commit | 877f6b61108e77389eae79da5819ebb8341bc4f0 (patch) | |
tree | 2051d884744d452bae54dbceb91c185334806e58 /lib | |
parent | 474c09386e838b6c09fb43f61d8ef8cdef4cc76b (diff) |
Unbreak vpaes-x86 implementation.
Remove remnants of previous PIC handling.
ok miod@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/aes/asm/vpaes-x86.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/aes/asm/vpaes-x86.pl b/lib/libcrypto/aes/asm/vpaes-x86.pl index 38cef61733c..6e7bd36d05c 100644 --- a/lib/libcrypto/aes/asm/vpaes-x86.pl +++ b/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 |