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/58018a787316
branches:  trunk
changeset: 338261:58018a787316
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 03dfc94d2e89 -r 58018a787316 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