Module Name: src
Committed By: riastradh
Date: Mon Feb 18 21:20:50 UTC 2013
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c
Log Message:
Touch e_aes.c to force a rebuild with new compiler flags for AES-NI.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c
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/dist/crypto/evp/e_aes.c
diff -u src/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c:1.1.1.4 src/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c:1.2
--- src/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c:1.1.1.4 Tue Feb 5 19:04:44 2013
+++ src/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c Mon Feb 18 21:20:50 2013
@@ -48,6 +48,13 @@
*
*/
+/*
+ * [This comment is a kludge to force e_aes.o to be rebuilt after
+ * changes to the makefiles to fix AES-NI support. You may safely
+ * remove this comment to reduce the diffs from upstream OpenSSL.
+ * --riastradh, 2013-02-18]
+ */
+
#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_AES
#include <openssl/evp.h>