summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-06-21 21:35:59 +0200
committerRichard Levitte <levitte@openssl.org>2015-06-21 21:45:48 +0200
commit8ca96efd24b73f917837fdd45b1c22d7b8ff8cbd (patch)
tree431fbd6fad4bbd5f709d6d9d5c85bd9e528c6f31 /crypto
parentd62c98c81c7b47b7b1878fd7e91e5fd33818faf0 (diff)
Cleanup mttest.c : because we no longer use stdio here, don't include it
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/threads/mttest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/threads/mttest.c b/crypto/threads/mttest.c
index a82f86a6dd..914ba7bb6f 100644
--- a/crypto/threads/mttest.c
+++ b/crypto/threads/mttest.c
@@ -56,7 +56,6 @@
* [including the GNU Public Licence.]
*/
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>