OpenSSL_add_all_algorithms() is actually a macro, and therefore

unsuitable for the purpose of locating libcrypto.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@652 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2013-03-05 18:40:37 +00:00
parent 7ab83ce826
commit a810f26399
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ AC_SUBST(CRYPT_LIBS)
saved_LIBS="${LIBS}"
LIBS=""
AC_CHECK_LIB([crypto], [OpenSSL_add_all_algorithms])
AC_CHECK_LIB([crypto], [HMAC_CTX_init])
CRYPTO_LIBS="${LIBS}"
LIBS="${saved_LIBS}"
AC_SUBST(CRYPTO_LIBS)