aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-08-24 22:26:27 +0000
committerChristian Grothoff <christian@grothoff.org>2008-08-24 22:26:27 +0000
commitd84c0ba4593baeac9edea22e68ba0bb151a199e9 (patch)
treed1ff5f095c98da140744aae82f4888cb3fa8e85f
parent6868a035a94d3839f008422f4d0acd859b03e33c (diff)
downloadlibmicrohttpd-d84c0ba4593baeac9edea22e68ba0bb151a199e9.tar.gz
libmicrohttpd-d84c0ba4593baeac9edea22e68ba0bb151a199e9.zip
useless
-rw-r--r--src/daemon/https/x509/crq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/x509/crq.c b/src/daemon/https/x509/crq.c
index 68b0477a..1f240007 100644
--- a/src/daemon/https/x509/crq.c
+++ b/src/daemon/https/x509/crq.c
@@ -393,7 +393,7 @@ parse_attribute (ASN1_TYPE asn1_struct,
393 } 393 }
394 else 394 else
395 { /* raw!=0 */ 395 { /* raw!=0 */
396 if (*sizeof_buf > (size_t) len && buf != NULL) 396 if (*sizeof_buf > (size_t) len)
397 { 397 {
398 *sizeof_buf = len; 398 *sizeof_buf = len;
399 memcpy (buf, value, len); 399 memcpy (buf, value, len);