diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-16 21:05:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-16 21:05:33 +0000 |
commit | 72bd027537f6f09f3fceef1126bf917030c75c64 (patch) | |
tree | 4fa3b092f9dae95389ff5c554a3f20fa5d27dc0a /lib/sslgen.c | |
parent | 1d44c9ccc140850de13ee8d6b4159783ff8c3a2e (diff) | |
download | curl-72bd027537f6f09f3fceef1126bf917030c75c64.tar.gz |
Brendan Jurd pointed out these typos
Diffstat (limited to 'lib/sslgen.c')
-rw-r--r-- | lib/sslgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sslgen.c b/lib/sslgen.c index 1e0248448..1d88ba343 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. |