]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Use libtasn1 v2.3.
authorSimon Josefsson <simon@josefsson.org>
Wed, 29 Jul 2009 20:43:41 +0000 (22:43 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 29 Jul 2009 20:43:41 +0000 (22:43 +0200)
NEWS
lib/minitasn1/errors.c
lib/minitasn1/libtasn1.h

diff --git a/NEWS b/NEWS
index b556c0b77ad46576d5d349e54a72d36fd1c15a71..3bd3f836229a74ce26b4c9989bc60a5ad5156478 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ See the end for copying conditions.
 
 * Version 2.9.2 (unreleased)
 
+** minitasn1: Internal copy updated to libtasn1 v2.3.
+
 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
 Before it always returned false.  Reported by Peter Hendrickson
 <pdh@wiredyne.com> in
index 1e46c8c5438cc6d61970a85b058d835993bc6b0e..86dec68d01e3dd7f29b1fb99486507ee827d9b63 100644 (file)
@@ -78,8 +78,8 @@ asn1_perror (asn1_retCode error)
  * asn1_strerror - Returns a string with a description of an error
  * @error: is an error returned by a libtasn1 function.
  *
- * This function is similar to strerror().  The only difference is
- * that it accepts an error (number) returned by a libtasn1 function.
+ * This function is similar to strerror.  The only difference is that
+ * it accepts an error (number) returned by a libtasn1 function.
  *
  * This function replaces libtasn1_strerror() in older libtasn1.
  *
@@ -123,8 +123,8 @@ libtasn1_perror (asn1_retCode error)
  * libtasn1_strerror - Returns a string with a description of an error
  * @error: is an error returned by a libtasn1 function.
  *
- * This function is similar to strerror(). The only difference is
- * that it accepts an error (number) returned by a libtasn1 function.
+ * This function is similar to strerror.  The only difference is that
+ * it accepts an error (number) returned by a libtasn1 function.
  *
  * Returns: Pointer to static zero-terminated string describing error
  *   code.
index 666027cc7b7f2ce087a3c225f44c92aa225eb7db..cc330c4767a9a774efaf4b17fb9f82bed2ca84fb 100644 (file)
@@ -45,7 +45,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "2.2"
+#define ASN1_VERSION "2.3"
 
   typedef int asn1_retCode;    /* type returned by libtasn1 functions */