diff options
author | Bob Arnson <bob@firegiant.com> | 2025-02-17 22:30:31 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2025-02-25 17:17:56 -0500 |
commit | 085ba380e7991013c6bb6dce48dc89f02eca4808 (patch) | |
tree | 7b27ad1e329277c204dee8c5c72451d475727630 /src/ext/Http/ca/wixhttpca.def | |
parent | 1be4e0930eb296f44b8cecd10fc9632a867149ce (diff) | |
download | wix-bob/HttpNonSniSslCerts.tar.gz wix-bob/HttpNonSniSslCerts.tar.bz2 wix-bob/HttpNonSniSslCerts.zip |
Support non-SNI SSL certificates in Http extensionbob/HttpNonSniSslCerts
Implements https://github.com/wixtoolset/issues/issues/7622
Diffstat (limited to 'src/ext/Http/ca/wixhttpca.def')
-rw-r--r-- | src/ext/Http/ca/wixhttpca.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/Http/ca/wixhttpca.def b/src/ext/Http/ca/wixhttpca.def index 281c5631..244bd987 100644 --- a/src/ext/Http/ca/wixhttpca.def +++ b/src/ext/Http/ca/wixhttpca.def | |||
@@ -7,6 +7,6 @@ EXPORTS | |||
7 | SchedHttpUrlReservationsInstall | 7 | SchedHttpUrlReservationsInstall |
8 | SchedHttpUrlReservationsUninstall | 8 | SchedHttpUrlReservationsUninstall |
9 | ExecHttpUrlReservations | 9 | ExecHttpUrlReservations |
10 | SchedHttpSniSslCertsInstall | 10 | SchedHttpCertificatesInstall |
11 | SchedHttpSniSslCertsUninstall | 11 | SchedHttpCertificatesUninstall |
12 | ExecHttpSniSslCerts | 12 | ExecHttpCertificates |