Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
1b85e3a7
Commit
1b85e3a7
authored
Aug 31, 2020
by
Quanah Gibson-Mount
Browse files
Regenerate for ITS#9323 require openssl 1.0.2 or later
parent
3f98e839
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
1b85e3a7
#! /bin/sh
# From configure.in Id:
37293e618797a957ebe6b5f7b9479e9165e1362b
.
# From configure.in Id:
1c7bad4c0b18f9e988c4b161a996f5078917430e
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65.
#
...
...
@@ -15472,6 +15472,23 @@ done
if test $ac_cv_header_openssl_ssl_h = yes ; then
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <openssl/opensslv.h>
#if OPENSSL_VERSION_NUMBER < 0x1000200fL
#error "OpenSSL is too old"
#endif
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "OpenSSL 1.0.2a or newer required
See \`config.log' for more details." "$LINENO" 5; }
fi
rm -f conftest.err conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_CTX_set_msg_callback in -lssl" >&5
$as_echo_n "checking for SSL_CTX_set_msg_callback in -lssl... " >&6; }
if test "${ac_cv_lib_ssl_SSL_CTX_set_msg_callback+set}" = set; then :
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment