From 6b91ce8312bbed58c0683bd6145c28f92f00a4d5 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Sun, 7 Dec 2014 20:00:13 +0000 Subject: remove duplicate initialization of .sid_ctx in test --- src/regress/lib/libssl/asn1/asn1test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: asn1test.c,v 1.2 2014/07/16 17:38:19 miod Exp $ */ +/* $OpenBSD: asn1test.c,v 1.3 2014/12/07 20:00:13 bcook Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -79,7 +79,6 @@ struct ssl_asn1_test ssl_asn1_tests[] = { { .cipher_id = 0x03000000L | 1, .ssl_version = TLS1_2_VERSION, - .sid_ctx = "abcdefghijklmnopqrstuvwxyz", .master_key_length = 26, .session_id = "0123456789", .session_id_length = 10, @@ -105,7 +104,6 @@ struct ssl_asn1_test ssl_asn1_tests[] = { { .cipher_id = 0x03000000L | 1, .ssl_version = TLS1_2_VERSION, - .sid_ctx = "abcdefghijklmnopqrstuvwxyz", .master_key_length = 26, .session_id = "0123456789", .session_id_length = 10, -- cgit v1.2.3-55-g6feb