]> git.meshlink.io Git - meshlink/commit
Check for EVP_EncryptInit_ex instead of SHA1_Version in OpenSSL.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 May 2011 19:06:06 +0000 (21:06 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 May 2011 19:06:06 +0000 (21:06 +0200)
commit6e6b037ef4fd9877aeb1d947da7364409fa8cbb7
tree21d673aadd00742259eb9843308805479c4ef39a
parent257cb6ac60bb0924720de9e252cdf7f4759bf741
Check for EVP_EncryptInit_ex instead of SHA1_Version in OpenSSL.

The latter function disappeared, and wasn't actually used in tinc, so now we
check on a function that we do use.
m4/openssl.m4