X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2Fopenssl.m4;h=0db5097884c2890481fa37e730a613c00b32600d;hp=6e08ebe5bf0cbe5606a070c51ae6745aab9b09d1;hb=6fb4a5b6be5628ece9b391b46e7858fdf5957a80;hpb=8eb60d0ccde2f1de6fd917db7300e537f271783e diff --git a/m4/openssl.m4 b/m4/openssl.m4 index 6e08ebe5..0db50978 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -41,12 +41,12 @@ if test "$tinc_cv_openssl_include" != "none given" ; then fi osi=found -AC_CHECK_HEADERS(evp.h rsa.h rand.h err.h, +AC_CHECK_HEADERS(evp.h rsa.h rand.h err.h sha.h, [], [osi=none; break]) if test "$osi" = "none" ; then osi=found - AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h, + AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h, [], [osi=none; break]) fi