]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update.
authorSimon Josefsson <simon@josefsson.org>
Tue, 27 Jun 2006 09:42:09 +0000 (09:42 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 27 Jun 2006 09:42:09 +0000 (09:42 +0000)
lib/minitasn1/coding.c
lib/minitasn1/libtasn1.h

index 0ca407e837b2cf577fe142580b48057ef942284c..206b8c0c5f3ad5f89b990e1aad6ef808c835d3b2 100644 (file)
@@ -158,7 +158,7 @@ asn1_octet_der (const unsigned char *str, int str_len,
 {
   int len_len;
 
-  if (der == NULL || str_len <= 0)
+  if (der == NULL || str_len < 0)
     return;
   asn1_length_der (str_len, der, &len_len);
   memcpy (der + len_len, str, str_len);
index 95d598a638099aedb888dce52b188e35ce9a77dc..c539cdd79a3fd90ca3d37788379f9dccde226428 100644 (file)
@@ -31,7 +31,7 @@ extern "C"
 {
 #endif
 
-#define LIBTASN1_VERSION "0.3.4"
+#define LIBTASN1_VERSION "0.3.5"
 
 #include <sys/types.h>
 #include <time.h>