Skip to content

Commit

Permalink
configure.ac: don't disable OCSP_ISSUER_CHECK on OPENSSL_COMPATIBLE_D…
Browse files Browse the repository at this point in the history
…EFAULTS
  • Loading branch information
rizlik committed Feb 1, 2025
1 parent eef1d60 commit 3b89ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9142,7 +9142,6 @@ then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PRIORITIZE_PSK"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_CHECK_ALERT_ON_ERR"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TICKET_HAVE_ID"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_NO_OCSP_ISSUER_CHECK"
ENABLED_TRUSTED_PEER_CERT=yes
else
CFLAGS=$(printf "%s" "$CFLAGS" | sed 's/-DOPENSSL_COMPATIBLE_DEFAULTS//g')
Expand Down

0 comments on commit 3b89ce4

Please sign in to comment.