Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 fix typo
details: https://anonhg.NetBSD.org/src/rev/2daa25a63fce
branches: trunk
changeset: 359442:2daa25a63fce
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 10 06:22:22 2018 +0000
description:
fix typo
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile | 6 +++---
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes-586.S | 6 +++---
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypt586.S | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (62 lines):
diff -r 76be4f1a2237 -r 2daa25a63fce crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile Sat Feb 10 05:51:06 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile Sat Feb 10 06:22:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/02/10 05:51:06 christos Exp $
+# $NetBSD: Makefile,v 1.11 2018/02/10 06:22:22 christos Exp $
.include "bsd.own.mk"
@@ -12,8 +12,8 @@
-I${OPENSSLSRC}/crypto/bn/asm $$i elf /dev/stdout \
| sed -e 's,^\.file.*$$,#include <machine/asm.h>,' \
-e 's/ call OPENSSL_cpuid_setup/ PIC_PROLOGUE! call PIC_PLT(OPENSSL_cpuid_setup)! PIC_EPILOGUE/' \
- -e 's/ leal DES_SPtrans,%edx/ PIC_PROLOGUE! leal PIC_GOT(DES_SPtrans),%edx! PIC_EPOLOGUE/' \
- -e 's/ leal OPENSSL_ia32cap_P,%eax/ PIC_PROLOGUE! leal PIC_GOT(OPENSSL_ia32cap_P),%eax! PIC_EPOLOGUE/' \
+ -e 's/ leal DES_SPtrans,%edx/ PIC_PROLOGUE! leal PIC_GOT(DES_SPtrans),%edx! PIC_EPILOGUE/' \
+ -e 's/ leal OPENSSL_ia32cap_P,%eax/ PIC_PROLOGUE! leal PIC_GOT(OPENSSL_ia32cap_P),%eax! PIC_EPILOGUE/' \
| tr '!' '\n' \
> $$(basename $$i .pl).S; \
done
diff -r 76be4f1a2237 -r 2daa25a63fce crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes-586.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes-586.S Sat Feb 10 05:51:06 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes-586.S Sat Feb 10 06:22:22 2018 +0000
@@ -1002,7 +1002,7 @@
popl %ebp
PIC_PROLOGUE
leal PIC_GOT(OPENSSL_ia32cap_P),%eax
- PIC_EPOLOGUE
+ PIC_EPILOGUE
leal .LAES_Te-.L004pic_point(%ebp),%ebp
leal 764(%esp),%ebx
subl %ebp,%ebx
@@ -2196,7 +2196,7 @@
popl %ebp
PIC_PROLOGUE
leal PIC_GOT(OPENSSL_ia32cap_P),%eax
- PIC_EPOLOGUE
+ PIC_EPILOGUE
leal .LAES_Td-.L010pic_point(%ebp),%ebp
leal 764(%esp),%ebx
subl %ebp,%ebx
@@ -2254,7 +2254,7 @@
popl %ebp
PIC_PROLOGUE
leal PIC_GOT(OPENSSL_ia32cap_P),%eax
- PIC_EPOLOGUE
+ PIC_EPILOGUE
cmpl $0,40(%esp)
leal .LAES_Te-.L013pic_point(%ebp),%ebp
jne .L014picked_te
diff -r 76be4f1a2237 -r 2daa25a63fce crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypt586.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypt586.S Sat Feb 10 05:51:06 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypt586.S Sat Feb 10 06:22:22 2018 +0000
@@ -15,7 +15,7 @@
xorl %esi,%esi
PIC_PROLOGUE
leal PIC_GOT(DES_SPtrans),%edx
- PIC_EPOLOGUE
+ PIC_EPILOGUE
pushl %edx
movl 28(%esp),%ebp
pushl $25
Home |
Main Index |
Thread Index |
Old Index