summaryrefslogtreecommitdiff
path: root/src/ext/Http/ca/wixhttpca.def
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-02-17 22:30:31 -0500
committerBob Arnson <github@bobs.org>2025-03-03 12:52:51 -0500
commitba7fd5837ea149b2e319cc577fad27ce1162a064 (patch)
tree5b5940db018333c607147593bb79a547a4836d38 /src/ext/Http/ca/wixhttpca.def
parentb710f6e40239f12d1b7ff670c8580a550f0bb557 (diff)
downloadwix-ba7fd5837ea149b2e319cc577fad27ce1162a064.tar.gz
wix-ba7fd5837ea149b2e319cc577fad27ce1162a064.tar.bz2
wix-ba7fd5837ea149b2e319cc577fad27ce1162a064.zip
Support non-SNI SSL certificates in Http extension
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.def6
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