summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-07-29 22:45:11 +0200
committerSimon Josefsson <simon@josefsson.org>2009-07-29 22:45:11 +0200
commitc441c25ad42d79301d84dc8da4125aae3d22f735 (patch)
tree88fd1a515f73ceaffdad9712db7e341623a79fc0 /lib
parentdfb2c62bde6fb4cadf21f7e4651d6f7eecf70980 (diff)
downloadgnutls-c441c25ad42d79301d84dc8da4125aae3d22f735.tar.gz
Use libtasn1 v2.3.
Diffstat (limited to 'lib')
-rw-r--r--lib/minitasn1/errors.c8
-rw-r--r--lib/minitasn1/libtasn1.h2
2 files changed, 5 insertions, 5 deletions
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 */