]> tinc-vpn.org Git - tinc/blobdiff - src/connection.h
Add a missing check for a pathname being too long.
[tinc] / src / connection.h
index 629e16b9cc1bc555db64ce91a2abede82865f24c..d619e85cf64f7dcabd973e4578939eb315f256b2 100644 (file)
 #include <openssl/rsa.h>
 #include <openssl/evp.h>
 
+#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