Browse Source

r15702@catbus: nickm | 2007-10-11 17:29:20 -0400
Remove a bunch of redundant includes in crypto.c


svn:r11885

Nick Mathewson 16 years ago
parent
commit
3de8158b16
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/common/crypto.c

+ 0 - 9
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