Remove direct inclusion of OpenSSL headers in net_packet.c and tincd.c.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 31 Jan 2013 15:12:56 +0000 (16:12 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 31 Jan 2013 15:12:56 +0000 (16:12 +0100)
src/net_packet.c
src/tincd.c

index db571ba..5fd5632 100644 (file)
 
 #include "system.h"
 
-#include <openssl/rand.h>
-#include <openssl/err.h>
-#include <openssl/evp.h>
-#include <openssl/pem.h>
-#include <openssl/hmac.h>
-
 #ifdef HAVE_ZLIB
 #include <zlib.h>
 #endif
index ff893df..7336a5f 100644 (file)
 #include <sys/mman.h>
 #endif
 
-#include <openssl/rand.h>
-#include <openssl/rsa.h>
-#include <openssl/pem.h>
-#include <openssl/evp.h>
-#include <openssl/engine.h>
-
 #ifdef HAVE_LZO
 #include LZO1X_H
 #endif