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/arm we provid...



details:   https://anonhg.NetBSD.org/src/rev/6c9580fd9f73
branches:  trunk
changeset: 836047:6c9580fd9f73
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 23 21:44:01 2018 +0000

description:
we provide memcmp and rdtsc

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 49df4d5f5258 -r 6c9580fd9f73 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc     Sun Sep 23 21:43:00 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc     Sun Sep 23 21:44:01 2018 +0000
@@ -3,6 +3,7 @@
 CPUID_SRCS += armv4cpuid.S armcap.c armv4-mont.S armv4-gf2m.S
 CPUID = yes
 CPPFLAGS += -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
+CRYPTOCPPFLAGS += -DOPENSSL_CPUID_OBJ
 
 .include "../../crypto.inc"
 



Home | Main Index | Thread Index | Old Index