summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress')
-rw-r--r--src/regress/lib/libssl/bytestring/bytestringtest.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/bytestring/bytestringtest.c b/src/regress/lib/libssl/bytestring/bytestringtest.c
index 8269151127..7ae9397a35 100644
--- a/src/regress/lib/libssl/bytestring/bytestringtest.c
+++ b/src/regress/lib/libssl/bytestring/bytestringtest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bytestringtest.c,v 1.3 2015/02/16 06:48:17 doug Exp $ */ 1/* $OpenBSD: bytestringtest.c,v 1.4 2015/04/25 15:28:47 doug Exp $ */
2/* 2/*
3 * Copyright (c) 2014, Google Inc. 3 * Copyright (c) 2014, Google Inc.
4 * 4 *
@@ -607,8 +607,10 @@ static const ASN1_INVALID_UINT64_TEST kAsn1InvalidUint64Tests[] = {
607 {"\x02\x00", 2}, 607 {"\x02\x00", 2},
608 /* Negative number. */ 608 /* Negative number. */
609 {"\x02\x01\x80", 3}, 609 {"\x02\x01\x80", 3},
610 /* Overflow */ 610 /* Overflow. */
611 {"\x02\x09\x01\x00\x00\x00\x00\x00\x00\x00\x00", 11}, 611 {"\x02\x09\x01\x00\x00\x00\x00\x00\x00\x00\x00", 11},
612 /* Leading zeros. */
613 {"\x02\x02\x00\x01", 4},
612}; 614};
613 615
614static int 616static int