]> git.meshlink.io Git - meshlink/commitdiff
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 db571ba3830c3846e922afdf0bea5703f19509e7..5fd563258d4a3fa2f05dc8a94f3ce5dffeb4b085 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 ff893df6ddbe8674a6eb71f226c0f71523e1e894..7336a5f0ae07e1ede61ba956e844dbab722a6377 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