1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

corrected and clarified the top comment

This commit is contained in:
Daniel Stenberg 2009-02-25 12:51:39 +00:00
parent d207ea1652
commit e9ea3ba4a2

View File

@ -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 * This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms
@ -21,9 +21,9 @@
* $Id$ * $Id$
***************************************************************************/ ***************************************************************************/
/* This file is for "generic" SSL functions that all libcurl internals should /* This file is for implementing all "generic" SSL functions that all libcurl
use. It is responsible for calling the proper 'ossl' function in ssluse.c internals should use. It is then responsible for calling the proper
(OpenSSL based) or the 'gtls' function in gtls.c (GnuTLS based). "backend" function.
SSL-functions in libcurl should call functions in this source file, and not SSL-functions in libcurl should call functions in this source file, and not
to any specific SSL-layer. to any specific SSL-layer.