Module Name:    src
Committed By:   joerg
Date:           Sat May 16 19:09:03 UTC 2015

Added Files:
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: sha.inc

Log Message:
Use assembler version of SHA1. Can't use SHA2 version yet due to overlap
with libc.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc
diff -u /dev/null src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc:1.1
--- /dev/null	Sat May 16 19:09:03 2015
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc	Sat May 16 19:09:03 2015
@@ -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"

Reply via email to