summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/asn1/asn1time.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/asn1time.c b/src/regress/lib/libcrypto/asn1/asn1time.c
index 033172a129..b6875c5f37 100644
--- a/src/regress/lib/libcrypto/asn1/asn1time.c
+++ b/src/regress/lib/libcrypto/asn1/asn1time.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1time.c,v 1.2 2015/09/25 17:46:32 jsing Exp $ */ 1/* $OpenBSD: asn1time.c,v 1.3 2015/10/02 15:35:30 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2015 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -51,6 +51,9 @@ struct asn1_time_test asn1_invtime_tests[] = {
51 .str = "20150923032700.123", 51 .str = "20150923032700.123",
52 }, 52 },
53 { 53 {
54 .str = "20150923032700+1.09",
55 },
56 {
54 .str = "20150923032700+1100Z", 57 .str = "20150923032700+1100Z",
55 }, 58 },
56 { 59 {