aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2014-01-05 20:17:04 +0100
committerMarc Hoersken <info@marc-hoersken.de>2014-01-05 20:17:04 +0100
commite9c0f1f658a570db539aafb3100cd886136963f3 (patch)
treed9c7e590f4077fcb94e8ebc4db49f8d8902095f7 /docs
parent279c95b5b373dc148d580c057d2e8c6dcd4232cf (diff)
docs/INTERNALS: follow up fix for 11e8066 and 92b9ae5
Diffstat (limited to 'docs')
-rw-r--r--docs/INTERNALS6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS
index c8e433c51..a4afe0687 100644
--- a/docs/INTERNALS
+++ b/docs/INTERNALS
@@ -337,10 +337,10 @@ SSL libraries
in future libcurl versions.
To deal with this internally in the best way possible, we have a generic SSL
- function API as provided by the sslgen.[ch] system, and they are the only SSL
- functions we must use from within libcurl. sslgen is then crafted to use the
+ function API as provided by the vtls.[ch] system, and they are the only SSL
+ functions we must use from within libcurl. vtls is then crafted to use the
appropriate lower-level function calls to whatever SSL library that is in
- use.
+ use. For example vtls/openssl.[ch] for the OpenSSL library.
Library Symbols
===============