From: Nikos Mavrogiannopoulos Date: Fri, 21 Feb 2003 10:25:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_8_3~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbfffcbbd75ba3580599227db896d1b35029e06f;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/lib/gnutls.h.in.in b/lib/gnutls.h.in.in index 4fe134389c..b32a9bbcae 100644 --- a/lib/gnutls.h.in.in +++ b/lib/gnutls.h.in.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000,2001,2002 Nikos Mavroyanopoulos + * Copyright (C) 2000,2001,2002,2003 Nikos Mavroyanopoulos * * This file is part of GNUTLS. * diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c index dd7c7dbbe7..69787242a6 100644 --- a/lib/gnutls_cipher.c +++ b/lib/gnutls_cipher.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2000,2001,2002,2003 Nikos Mavroyanopoulos * - * This file is part of GNUTLS. + * This file is part of GNUTLS. * * The GNUTLS library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/lib/gnutls_dh_primes.c b/lib/gnutls_dh_primes.c index 865b93d178..e1540bc41a 100644 --- a/lib/gnutls_dh_primes.c +++ b/lib/gnutls_dh_primes.c @@ -397,6 +397,7 @@ int gnutls_dh_params_export_pkcs3( gnutls_dh_params params, } if (format == GNUTLS_X509_FMT_DER) { +#warning FIX THIS if ((result=asn1_der_coding( c2, "", params_data, params_data_size, NULL)) != ASN1_SUCCESS) { gnutls_assert(); asn1_delete_structure(&c2); diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index d8b85462cf..0b7bd55c81 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2001,2002,2003 Nikos Mavroyanopoulos + * Copyright (C) 2001,2002,2003 Nikos Mavroyanopoulos * - * This file is part of GNUTLS. + * This file is part of GNUTLS. * * The GNUTLS library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public