Fix initialisation of packet decryption context broken by commit 3308d13e7e3bf20cfeaf...
[oweals/tinc.git] / src / net.h
index ef21179643951bde428b1285e4747353a65761ef..0f70a4b49813cc2f9f69e603fdf9d30eaa7c3192 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -116,7 +116,6 @@ extern bool do_prune;
 extern bool do_purge;
 extern char *myport;
 extern time_t now;
-extern EVP_CIPHER_CTX packet_ctx;
 
 /* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */
 #include "connection.h"