Skip to content

Commit 56524a3

Browse files
authored
Merge pull request #9226 from philljj/tiny_curl_config
curl: document tiny-curl config a bit more.
2 parents b3a5c96 + fa4312e commit 56524a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configure.ac

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8248,12 +8248,18 @@ then
82488248
fi
82498249
elif test "$ENABLED_CURL" = "tiny"
82508250
then
8251+
# basic config to support tiny-curl.
8252+
# OPENSSL_EXTRA_X509_SMALL is sufficient.
82518253
if test "x$ENABLED_OPENSSLEXTRA" = "xno"
82528254
then
82538255
ENABLED_OPENSSLEXTRA="x509small"
82548256
fi
82558257
8258+
# expose a bit more compat API without full OPENSSL_EXTRA.
82568259
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"
82578263
fi
82588264
82598265
if test "$ENABLED_PSK" = "no" && test "$ENABLED_LEANPSK" = "no" \

0 commit comments

Comments
 (0)