mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:13:35 +03:00
NSS: support for CERTINFO feature
This commit is contained in:
parent
2bd72fa61c
commit
f6c335d63f
7 changed files with 119 additions and 49 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include "curl_setup.h"
|
||||
|
||||
#if defined(USE_SSLEAY) || defined(USE_AXTLS) || defined(USE_QSOSSL) || \
|
||||
defined(USE_GSKIT)
|
||||
defined(USE_GSKIT) || defined(USE_NSS)
|
||||
/* these backends use functions from this file */
|
||||
|
||||
#include "hostcheck.h"
|
||||
|
|
@ -94,4 +94,4 @@ int Curl_cert_hostcheck(const char *match_pattern, const char *hostname)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif /* SSLEAY or AXTLS or QSOSSL or GSKIT */
|
||||
#endif /* SSLEAY or AXTLS or QSOSSL or GSKIT or NSS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue