aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-02-25 12:51:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-02-25 12:51:39 +0000
commite9ea3ba4a2b23c803379f4445ffe1e288a971117 (patch)
tree6eb43c5f651ad43a0a8032f79b404bdb3c775d15
parentd207ea1652f4712c6e46e7c9c8ea6bdf29fd4be3 (diff)
corrected and clarified the top comment
-rw-r--r--lib/sslgen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sslgen.c b/lib/sslgen.c
index ac6991bdc..57ce31284 100644
--- a/lib/sslgen.c
+++ b/lib/sslgen.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -21,9 +21,9 @@
* $Id$
***************************************************************************/
-/* 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 'gtls' function in gtls.c (GnuTLS based).
+/* This file is for implementing all "generic" SSL functions that all libcurl
+ internals should use. It is then responsible for calling the proper
+ "backend" function.
SSL-functions in libcurl should call functions in this source file, and not
to any specific SSL-layer.