X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=4f554672d23ce96b8c6f8541d046de41abc8e3f8;hp=629e16b9cc1bc555db64ce91a2abede82865f24c;hb=b1b5cbc597088393e25d633e76d6456c7572e06c;hpb=4701ce8f18a7785c49848e434b6e26aac89c2942 diff --git a/src/connection.h b/src/connection.h index 629e16b9..4f554672 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