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/mips use the ...
details: https://anonhg.NetBSD.org/src/rev/ffb56243bbee
branches: trunk
changeset: 321292:ffb56243bbee
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 09 12:40:23 2018 +0000
description:
use the proper match pattern
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes.inc | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/poly1305.inc | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/sha.inc | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 94b691d432a0 -r ffb56243bbee crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes.inc Fri Mar 09 12:39:30 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes.inc Fri Mar 09 12:40:23 2018 +0000
@@ -1,4 +1,4 @@
-.if empty(MACHINE_ARCH:M*eh}
+.if empty(MACHINE_ARCH:M*eb}
.PATH.S: ${.PARSEDIR}
#AES_SRCS = aes-mips${"${COPTS:M*-mabi=64*}" == "":?:64}.S
diff -r 94b691d432a0 -r ffb56243bbee crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc Fri Mar 09 12:39:30 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc Fri Mar 09 12:40:23 2018 +0000
@@ -1,4 +1,4 @@
-.if empty(MACHINE_ARCH:M*eh}
+.if empty(MACHINE_ARCH:M*eb}
.PATH.S: ${.PARSEDIR}
BN_SRCS = mips${"${COPTS:M*-mabi=64*}" == "":?:64}.S
diff -r 94b691d432a0 -r ffb56243bbee crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc Fri Mar 09 12:39:30 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc Fri Mar 09 12:40:23 2018 +0000
@@ -1,4 +1,4 @@
-.if empty(MACHINE_ARCH:M*eh}
+.if empty(MACHINE_ARCH:M*eb}
.PATH.S: ${.PARSEDIR}
CRYPTO_SRCS += mips-mont${"${COPTS:M*-mabi=64*}" == "":?:64}.S
diff -r 94b691d432a0 -r ffb56243bbee crypto/external/bsd/openssl/lib/libcrypto/arch/mips/poly1305.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/poly1305.inc Fri Mar 09 12:39:30 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/poly1305.inc Fri Mar 09 12:40:23 2018 +0000
@@ -1,4 +1,4 @@
-.if empty(MACHINE_ARCH:M*eh}
+.if empty(MACHINE_ARCH:M*eb}
.if !empty(MACHINE_ARCH:Mmips64*)
.PATH.S: ${.PARSEDIR}
diff -r 94b691d432a0 -r ffb56243bbee crypto/external/bsd/openssl/lib/libcrypto/arch/mips/sha.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/sha.inc Fri Mar 09 12:39:30 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/sha.inc Fri Mar 09 12:40:23 2018 +0000
@@ -1,4 +1,4 @@
-.if empty(MACHINE_ARCH:M*eh}
+.if empty(MACHINE_ARCH:M*eb}
.PATH.S: ${.PARSEDIR}
SHA_SRCS += sha1-mips${"${COPTS:M*-mabi=64*}" == "":?:64}.S
Home |
Main Index |
Thread Index |
Old Index