X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=d619e85cf64f7dcabd973e4578939eb315f256b2;hb=b8495a806b083bdd63a5ed3ef35e5badb415c7f4;hp=629e16b9cc1bc555db64ce91a2abede82865f24c;hpb=d3297fbd3b8c8c8a4661f5bbf89aca5cacba8b5a;p=tinc diff --git a/src/connection.h b/src/connection.h index 629e16b9..d619e85c 100644 --- a/src/connection.h +++ b/src/connection.h @@ -24,6 +24,10 @@ #include #include +#if OPENSSL_VERSION_NUMBER < 0x10100000L +#define EVP_CIPHER_CTX_reset(c) EVP_CIPHER_CTX_cleanup(c) +#endif + #include "avl_tree.h" #define OPTION_INDIRECT 0x0001