summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-11 21:40:32 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-11 21:40:32 +0000
commit3de8158b1600927068edf5a723c0e447187b203d (patch)
treef2c01b233003e65d83f9cf593c1695886de968a3
parentb62d379f9274c219615520d6805a4fa985970faf (diff)
downloadtor-3de8158b1600927068edf5a723c0e447187b203d.tar.gz
tor-3de8158b1600927068edf5a723c0e447187b203d.zip
r15702@catbus: nickm | 2007-10-11 17:29:20 -0400
Remove a bunch of redundant includes in crypto.c svn:r11885
-rw-r--r--src/common/crypto.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c
index 45a962b632..2de0f31695 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -22,8 +22,6 @@ const char crypto_c_id[] =
#include <wincrypt.h>
#endif
-#include <string.h>
-
#include <openssl/err.h>
#include <openssl/rsa.h>
#include <openssl/pem.h>
@@ -32,15 +30,8 @@ const char crypto_c_id[] =
#include <openssl/opensslv.h>
#include <openssl/bn.h>
#include <openssl/dh.h>
-#include <openssl/rsa.h>
-#include <openssl/dh.h>
#include <openssl/conf.h>
-#include <stdlib.h>
-#include <assert.h>
-#include <stdio.h>
-#include <limits.h>
-
#ifdef HAVE_CTYPE_H
#include <ctype.h>
#endif