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/dist/crypto/evp Touch e_aes.c to...



details:   https://anonhg.NetBSD.org/src/rev/126a8f6ca597
branches:  trunk
changeset: 785021:126a8f6ca597
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Feb 18 21:20:50 2013 +0000

description:
Touch e_aes.c to force a rebuild with new compiler flags for AES-NI.

diffstat:

 crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 328a6c1d8b51 -r 126a8f6ca597 crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c
--- a/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c       Mon Feb 18 21:15:25 2013 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c       Mon Feb 18 21:20:50 2013 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index