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/x86_64 Use as...
details: https://anonhg.NetBSD.org/src/rev/d1a689a9d13d
branches: trunk
changeset: 808403:d1a689a9d13d
user: joerg <joerg%NetBSD.org@localhost>
date: Sat May 16 19:09:03 2015 +0000
description:
Use assembler version of SHA1. Can't use SHA2 version yet due to overlap
with libc.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 48197c9eb424 -r d1a689a9d13d crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc Sat May 16 19:09:03 2015 +0000
@@ -0,0 +1,8 @@
+.PATH.S: ${.PARSEDIR}
+SHA_SRCS = sha1-x86_64.S
+SHACPPFLAGS = -DSHA1_ASM
+.if 0
+SHA_SRCS += sha512-x86_64.S
+SHACPPFLAGS+= -DSHA256_ASM -DSHA512_ASM
+.endif
+.include "../../sha.inc"
Home |
Main Index |
Thread Index |
Old Index