From b17c37c5e58a4ebb3b0dcc6c7643e447e68d4374 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 3 Oct 2021 11:01:40 -0400 Subject: [mod_openssl] boringssl compat --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d90c0598..8989d724 100644 --- a/configure.ac +++ b/configure.ac @@ -682,7 +682,7 @@ if test "$WITH_OPENSSL" != no; then AC_CHECK_HEADERS([openssl/ssl.h], [], [ AC_MSG_ERROR([openssl headers not found. install them or build without --with-openssl]) ]) - AC_CHECK_LIB([crypto], [BIO_f_base64], + AC_CHECK_LIB([crypto], [RAND_bytes], [CRYPTO_LIB="-lcrypto"], [AC_MSG_ERROR([openssl crypto library not found. install it or build without --with-openssl])] ) -- cgit v1.2.1