summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-21 10:25:02 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-21 10:25:02 +0000
commitdbfffcbbd75ba3580599227db896d1b35029e06f (patch)
tree5eef7749d92c00aa26b57371874ff198b1880cc8
parentc0aa651f6b33b9b8e8d01c2dca3b2e844a35ced3 (diff)
downloadgnutls-dbfffcbbd75ba3580599227db896d1b35029e06f.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls.h.in.in2
-rw-r--r--lib/gnutls_cipher.c2
-rw-r--r--lib/gnutls_dh_primes.c1
-rw-r--r--lib/gnutls_global.c4
4 files changed, 5 insertions, 4 deletions
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