]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 21 Feb 2003 10:25:02 +0000 (10:25 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 21 Feb 2003 10:25:02 +0000 (10:25 +0000)
lib/gnutls.h.in.in
lib/gnutls_cipher.c
lib/gnutls_dh_primes.c
lib/gnutls_global.c

index 4fe134389c0c7e6862d9adce8dee8c29595d85d4..b32a9bbcaec05e47003b1413c980f3c9a35fbe19 100644 (file)
@@ -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.
  *
index dd7c7dbbe73d5e633db9cbc3c82eecfc2d0adbc0..69787242a67f9adc7c2c2a04362f422924afe766 100644 (file)
@@ -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   
index 865b93d1784728ddc2c5e8c5ca2b2d8663acf2fa..e1540bc41a71456855b97dfb4c95f86cd33761d1 100644 (file)
@@ -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);
index d8b85462cf1528c9eda6e1b3f00570288fea404d..0b7bd55c8191d9b670a5ab39fbaec9b0e43f63ad 100644 (file)
@@ -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