diff options
Diffstat (limited to 'src/ext/Http/ca/precomp.h')
-rw-r--r-- | src/ext/Http/ca/precomp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/Http/ca/precomp.h b/src/ext/Http/ca/precomp.h index 42287cb2..bbd79ccf 100644 --- a/src/ext/Http/ca/precomp.h +++ b/src/ext/Http/ca/precomp.h | |||
@@ -23,3 +23,9 @@ enum eHandleExisting | |||
23 | heIgnore = 1, | 23 | heIgnore = 1, |
24 | heFail = 2 | 24 | heFail = 2 |
25 | }; | 25 | }; |
26 | |||
27 | enum eCertificateType | ||
28 | { | ||
29 | ctSniSsl = 0, | ||
30 | ctIpSsl = 1, | ||
31 | }; | ||