Module Name: src
Committed By: joerg
Date: Sat May 16 17:26:51 UTC 2015
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: modes.inc
Log Message:
Don't list gcm128.c twice.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc:1.1 src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc:1.2
--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc:1.1 Tue Mar 10 13:28:47 2015
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc Sat May 16 17:26:51 2015
@@ -1,4 +1,4 @@
.PATH.S: ${.PARSEDIR}
-MODES_SRCS = ghash-armv4.S ghashv8-armx.S gcm128.c
+MODES_SRCS = ghash-armv4.S ghashv8-armx.S
MODESCPPFLAGS = -DGHASH_ASM
.include "../../modes.inc"