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/engine Previous here...



details:   https://anonhg.NetBSD.org/src/rev/a43dabaa2530
branches:  trunk
changeset: 768593:a43dabaa2530
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Aug 22 00:24:42 2011 +0000

description:
Previous here required stdint.h.

diffstat:

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

diffs (11 lines):

diff -r 38c787efca0b -r a43dabaa2530 crypto/external/bsd/openssl/dist/crypto/engine/enginetest.c
--- a/crypto/external/bsd/openssl/dist/crypto/engine/enginetest.c       Sun Aug 21 23:38:43 2011 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/engine/enginetest.c       Mon Aug 22 00:24:42 2011 +0000
@@ -56,6 +56,7 @@
  *
  */
 
+#include <stdint.h>
 #include <stdio.h>
 #include <string.h>
 #include <openssl/e_os2.h>



Home | Main Index | Thread Index | Old Index