summaryrefslogtreecommitdiffstats
path: root/crypto/threads
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 22:12:07 +0200
commit220b9519eb48c5e3f969123508976f777f897330 (patch)
treec9f87387d4b1bee3e42c27d72f6538d2ff7791a2 /crypto/threads
parent710e28ef936794d045836e4c0cd9f83acfdf6166 (diff)
Cleanup mttest.c : because we no longer use stdio here, don't include it
Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 8ca96efd24b73f917837fdd45b1c22d7b8ff8cbd)
Diffstat (limited to 'crypto/threads')
-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 eb97430fba..dbff4a69f3 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>