Also check for sha.h.

This commit is contained in:
Ivo Timmermans 2000-11-15 01:02:30 +00:00
parent 8eb60d0ccd
commit 6fb4a5b6be

View file

@ -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