Skip to content

Commit

Permalink
Merge pull request #236 from msalle/master
Browse files Browse the repository at this point in the history
Merge flags for OpenSSL 3.x versions.
  • Loading branch information
fscheiner authored Dec 29, 2024
2 parents b471994 + a05cc5e commit d65f860
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gsi_openssh/source/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2903,14 +2903,10 @@ if test "x$openssl" = "xyes" ; then
;;
101*) ;; # 1.1.x
200*) ;; # LibreSSL
300*)
30*)
# OpenSSL 3; we use the 1.1x API
CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L"
;;
301*|302*)
# OpenSSL development branch; request 1.1x API
CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L"
;;
*)
AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")])
;;
Expand Down

0 comments on commit d65f860

Please sign in to comment.