From: Daniel Stenberg Date: Sat, 16 Dec 2006 21:05:33 +0000 (+0000) Subject: Brendan Jurd pointed out these typos X-Git-Tag: curl-7_16_1~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72bd027537f6f09f3fceef1126bf917030c75c64;p=thirdparty%2Fcurl.git Brendan Jurd pointed out these typos --- diff --git a/lib/sslgen.c b/lib/sslgen.c index 1e02484486..1d88ba343e 100644 --- a/lib/sslgen.c +++ b/lib/sslgen.c @@ -23,7 +23,7 @@ /* This file is for "generic" SSL functions that all libcurl internals should use. It is responsible for calling the proper 'ossl' function in ssluse.c - (OpenSSL based) or the 'gtsl' function in gtsl.c (GnuTLS based). + (OpenSSL based) or the 'gtls' function in gtls.c (GnuTLS based). SSL-functions in libcurl should call functions in this source file, and not to any specific SSL-layer.