diff options
Diffstat (limited to 'dirmngr/http.h')
-rw-r--r-- | dirmngr/http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dirmngr/http.h b/dirmngr/http.h index 98ac4a31a..331ee61b8 100644 --- a/dirmngr/http.h +++ b/dirmngr/http.h @@ -87,7 +87,8 @@ enum HTTP_FLAG_IGNORE_IPv4 = 64, /* Do not use IPv4. */ HTTP_FLAG_IGNORE_IPv6 = 128, /* Do not use IPv6. */ HTTP_FLAG_TRUST_DEF = 256, /* Use the default CAs. */ - HTTP_FLAG_TRUST_SYS = 512 /* Also use the system defined CAs. */ + HTTP_FLAG_TRUST_SYS = 512, /* Also use the system defined CAs. */ + HTTP_FLAG_NO_CRL = 1024 /* Do not consult CRLs for https. */ }; |