From: Simon Josefsson Date: Wed, 29 Jul 2009 20:43:41 +0000 (+0200) Subject: Use libtasn1 v2.3. X-Git-Tag: gnutls_2_9_2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13f2fbd1dbaac69cbb2e1bd421b1a79901968995;p=thirdparty%2Fgnutls.git Use libtasn1 v2.3. --- diff --git a/NEWS b/NEWS index b556c0b77a..3bd3f83622 100644 --- 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 in diff --git a/lib/minitasn1/errors.c b/lib/minitasn1/errors.c index 1e46c8c543..86dec68d01 100644 --- a/lib/minitasn1/errors.c +++ b/lib/minitasn1/errors.c @@ -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. diff --git a/lib/minitasn1/libtasn1.h b/lib/minitasn1/libtasn1.h index 666027cc7b..cc330c4767 100644 --- a/lib/minitasn1/libtasn1.h +++ b/lib/minitasn1/libtasn1.h @@ -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 */