summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2014-12-07 20:00:13 +0000
committerbcook <>2014-12-07 20:00:13 +0000
commit6b91ce8312bbed58c0683bd6145c28f92f00a4d5 (patch)
treee01d6707f329e36dae3367b0c7e9d99c2e3d6593
parentdf159794178eaab75bdfe6f692e876f2da10c396 (diff)
downloadopenbsd-6b91ce8312bbed58c0683bd6145c28f92f00a4d5.tar.gz
openbsd-6b91ce8312bbed58c0683bd6145c28f92f00a4d5.tar.bz2
openbsd-6b91ce8312bbed58c0683bd6145c28f92f00a4d5.zip
remove duplicate initialization of .sid_ctx in test
-rw-r--r--src/regress/lib/libssl/asn1/asn1test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/asn1/asn1test.c b/src/regress/lib/libssl/asn1/asn1test.c
index cdc9b14db3..f71044c62b 100644
--- a/src/regress/lib/libssl/asn1/asn1test.c
+++ b/src/regress/lib/libssl/asn1/asn1test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1test.c,v 1.2 2014/07/16 17:38:19 miod Exp $ */ 1/* $OpenBSD: asn1test.c,v 1.3 2014/12/07 20:00:13 bcook Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -79,7 +79,6 @@ struct ssl_asn1_test ssl_asn1_tests[] = {
79 { 79 {
80 .cipher_id = 0x03000000L | 1, 80 .cipher_id = 0x03000000L | 1,
81 .ssl_version = TLS1_2_VERSION, 81 .ssl_version = TLS1_2_VERSION,
82 .sid_ctx = "abcdefghijklmnopqrstuvwxyz",
83 .master_key_length = 26, 82 .master_key_length = 26,
84 .session_id = "0123456789", 83 .session_id = "0123456789",
85 .session_id_length = 10, 84 .session_id_length = 10,
@@ -105,7 +104,6 @@ struct ssl_asn1_test ssl_asn1_tests[] = {
105 { 104 {
106 .cipher_id = 0x03000000L | 1, 105 .cipher_id = 0x03000000L | 1,
107 .ssl_version = TLS1_2_VERSION, 106 .ssl_version = TLS1_2_VERSION,
108 .sid_ctx = "abcdefghijklmnopqrstuvwxyz",
109 .master_key_length = 26, 107 .master_key_length = 26,
110 .session_id = "0123456789", 108 .session_id = "0123456789",
111 .session_id_length = 10, 109 .session_id_length = 10,