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)
The latter function disappeared, and wasn't actually used in tinc, so now we
check on a function that we do use.


No differences found