Commit 3de8158b authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

r15702@catbus: nickm | 2007-10-11 17:29:20 -0400

 Remove a bunch of redundant includes in crypto.c


svn:r11885
parent b62d379f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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