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.
1 parent b90720c commit fa4312eCopy full SHA for fa4312e
configure.ac
@@ -8193,12 +8193,18 @@ then
8193
fi
8194
elif test "$ENABLED_CURL" = "tiny"
8195
then
8196
+ # basic config to support tiny-curl.
8197
+ # OPENSSL_EXTRA_X509_SMALL is sufficient.
8198
if test "x$ENABLED_OPENSSLEXTRA" = "xno"
8199
8200
ENABLED_OPENSSLEXTRA="x509small"
8201
8202
8203
+ # expose a bit more compat API without full OPENSSL_EXTRA.
8204
AM_CFLAGS="$AM_CFLAGS -DHAVE_CURL"
8205
+
8206
+ # session cache is necessary, but can be small or micro.
8207
+ AM_CFLAGS="$AM_CFLAGS -DSMALL_SESSION_CACHE"
8208
8209
8210
if test "$ENABLED_PSK" = "no" && test "$ENABLED_LEANPSK" = "no" \
0 commit comments