소스 검색

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


svn:r11885

Nick Mathewson 18 년 전
부모
커밋
3de8158b16
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  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