X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2Fopenssl.m4;h=6e08ebe5bf0cbe5606a070c51ae6745aab9b09d1;hp=c0c2cabea3f0ff8e62702a97f6e4ed1d8ad3c94e;hb=8eb60d0ccde2f1de6fd917db7300e537f271783e;hpb=c5c8e99afd3fae3868f20b5c7a4f8754498b39ad diff --git a/m4/openssl.m4 b/m4/openssl.m4 index c0c2cabe..6e08ebe5 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -40,15 +40,14 @@ if test "$tinc_cv_openssl_include" != "none given" ; then INCLUDES="$INCLUDES -I$tinc_cv_openssl_include" fi -osi=none -AC_CHECK_HEADERS(evp.h rsa.h, -[osi=found - break]) +osi=found +AC_CHECK_HEADERS(evp.h rsa.h rand.h err.h, +[], [osi=none; break]) if test "$osi" = "none" ; then - AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h, - [osi=found - break]) + osi=found + AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h, + [], [osi=none; break]) fi