Module Name:    src
Committed By:   dholland
Date:           Mon Aug 22 00:24:42 UTC 2011

Modified Files:
        src/crypto/external/bsd/openssl/dist/crypto/engine: enginetest.c

Log Message:
Previous here required stdint.h.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/crypto/external/bsd/openssl/dist/crypto/engine/enginetest.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/engine/enginetest.c
diff -u src/crypto/external/bsd/openssl/dist/crypto/engine/enginetest.c:1.2 src/crypto/external/bsd/openssl/dist/crypto/engine/enginetest.c:1.3
--- src/crypto/external/bsd/openssl/dist/crypto/engine/enginetest.c:1.2	Sat Jun 11 16:54:57 2011
+++ src/crypto/external/bsd/openssl/dist/crypto/engine/enginetest.c	Mon Aug 22 00:24:42 2011
@@ -56,6 +56,7 @@
  *
  */
 
+#include <stdint.h>
 #include <stdio.h>
 #include <string.h>
 #include <openssl/e_os2.h>

Reply via email to