summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiro Kawai <shiro@acm.org>2022-06-25 13:01:30 -1000
committerShiro Kawai <shiro@acm.org>2022-06-25 13:01:30 -1000
commit94a5b4d7ece76cc561064c1bf280df7aa23c40f0 (patch)
tree2b493f2d45d988b9f16fed2fde3dabf99888f319
parent6c8141a50fb70dc14fced67e1c1d2b785ae29177 (diff)
Comment on load_system_cert.cv0.9.12release0_9_12
-rw-r--r--ext/tls/load_system_cert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tls/load_system_cert.c b/ext/tls/load_system_cert.c
index 76076e6a1..1f3f69ee1 100644
--- a/ext/tls/load_system_cert.c
+++ b/ext/tls/load_system_cert.c
@@ -1,6 +1,8 @@
/*
* 'system' certificate loader. This is included from both tls.c and
* tls-mbed.c.
+ * We can't consolidate it, for tls-mbed.c may be compiled into a separate
+ * DLL, and it is cumbersome on Windows to do cross-DLL reference.
*/
#ifdef HAVE_WINCRYPT_H