From 43af9c48a5389ec1e9a740391a976dda747c5489 Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Thu, 28 Aug 2014 17:47:50 +0500 Subject: [PATCH] Add. CRLFILE option. --- src/lcopteasy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lcopteasy.h b/src/lcopteasy.h index 51be18c..1ded998 100644 --- a/src/lcopteasy.h +++ b/src/lcopteasy.h @@ -202,6 +202,7 @@ OPT_ENTRY( krblevel, KRBLEVEL, STR, LCURL_STORE_ST OPT_ENTRY( cainfo, CAINFO, STR, LCURL_STORE_STRING ) OPT_ENTRY( capath, CAPATH, STR, LCURL_STORE_STRING ) OPT_ENTRY( certinfo, CERTINFO, LNG, 0 ) +OPT_ENTRY( crlfile, CRLFILE, STR, LCURL_STORE_STRING ) OPT_ENTRY( sslcert, SSLCERT, STR, LCURL_STORE_STRING ) OPT_ENTRY( sslcerttype, SSLCERTTYPE, STR, LCURL_STORE_STRING )