Last active
June 1, 2019 15:28
-
-
Save Turupawn/3c5545e48b7106e44d01ecdbbaa7edcb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
turupawn@userr:~$ curl-config --version | |
libcurl 7.55.1 | |
turupawn@userr:~$ curl-config --cflags | |
turupawn@userr:~$ curl-config --libs | |
-lcurl | |
turupawn@userr:~$ curl-config --feature | grep SSL | |
SSL | |
turupawn@userr:~$ curl-config --feature | |
SSL | |
IPv6 | |
UnixSockets | |
libz | |
AsynchDNS | |
IDN | |
GSS-API | |
PSL | |
SPNEGO | |
Kerberos | |
NTLM | |
NTLM_WB | |
TLS-SRP | |
HTTPS-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment