We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3a5c96 + fa4312e commit 56524a3Copy full SHA for 56524a3
configure.ac
@@ -8248,12 +8248,18 @@ then
8248
fi
8249
elif test "$ENABLED_CURL" = "tiny"
8250
then
8251
+ # basic config to support tiny-curl.
8252
+ # OPENSSL_EXTRA_X509_SMALL is sufficient.
8253
if test "x$ENABLED_OPENSSLEXTRA" = "xno"
8254
8255
ENABLED_OPENSSLEXTRA="x509small"
8256
8257
8258
+ # expose a bit more compat API without full OPENSSL_EXTRA.
8259
AM_CFLAGS="$AM_CFLAGS -DHAVE_CURL"
8260
+
8261
+ # session cache is necessary, but can be small or micro.
8262
+ AM_CFLAGS="$AM_CFLAGS -DSMALL_SESSION_CACHE"
8263
8264
8265
if test "$ENABLED_PSK" = "no" && test "$ENABLED_LEANPSK" = "no" \
0 commit comments