diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 15:27:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 15:27:13 +0000 |
commit | 6e619393824922118317689ef59a73c556b7ef98 (patch) | |
tree | 87adafabc035fe32f74e78cba20220986a8fe039 /lib/krb4.h | |
parent | 015a6181725a654fb6d1eb8ff55e116ea15dc89a (diff) | |
download | curl-6e619393824922118317689ef59a73c556b7ef98.tar.gz |
GnuTLS support added. There's now a "generic" SSL layer that we use all over
internally, with code provided by sslgen.c. All SSL-layer-specific code is
then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS).
As far as possible, internals should not need to know what SSL layer that is
in use. Building with GnuTLS currently makes two test cases fail.
TODO.gnutls contains a few known outstanding issues for the GnuTLS support.
GnuTLS support is enabled with configure --with-gnutls
Diffstat (limited to 'lib/krb4.h')
-rw-r--r-- | lib/krb4.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/krb4.h b/lib/krb4.h index 9780a2bca..c45c7c5f4 100644 --- a/lib/krb4.h +++ b/lib/krb4.h @@ -1,10 +1,10 @@ #ifndef __KRB4_H #define __KRB4_H /*************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. @@ -12,7 +12,7 @@ * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at http://curl.haxx.se/docs/copyright.html. - * + * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. |