Skip to content

Commit

Permalink
Revert "Require OpenSSL 1.0.1e or later"
Browse files Browse the repository at this point in the history
This reverts commit be52cec.

nginx still supports OpenSSL 0.9.8.
  • Loading branch information
kou committed Oct 12, 2016
1 parent 5483788 commit cd1923e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -1621,7 +1621,7 @@ AC_ARG_WITH(ssl,
[with_ssl="auto"])
if test "x$with_ssl" != "xno"; then
m4_ifdef([PKG_CHECK_MODULES], [
PKG_CHECK_MODULES([SSL], [libssl >= 1.0.1e],
PKG_CHECK_MODULES([SSL], [libssl],
[_PKG_CONFIG(SSL_LIBS_ONLY_L, [libs-only-L], [libssl])
SSL_LIBS_ONLY_L="$pkg_cv_SSL_LIBS_ONLY_L"
GRN_WITH_SSL=yes],
Expand Down
2 changes: 2 additions & 0 deletions tools/travis-install.sh
Expand Up @@ -29,6 +29,8 @@ case "${TRAVIS_OS_NAME}" in
mecab-ipadic \
pcre \
cutter
pkg-config --modversion libssl
pkg-config --cflags --libs libssl
;;
esac

Expand Down

0 comments on commit cd1923e

Please sign in to comment.