]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r15702@catbus: nickm | 2007-10-11 17:29:20 -0400
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Oct 2007 21:40:32 +0000 (21:40 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Oct 2007 21:40:32 +0000 (21:40 +0000)
 Remove a bunch of redundant includes in crypto.c

svn:r11885

src/common/crypto.c

index 45a962b6327568f49286bcfe9890bfe86228511e..2de0f3169514789fbd49246dfed01cbe9194fd49 100644 (file)
@@ -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