From 5c081a8f748b9de3320fa9c242e43bd6282c89af Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Tue, 8 Mar 2016 17:38:41 +0000 Subject: [PATCH] Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- test/ct_test.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/ct_test.c b/test/ct_test.c index 2eaa620303..190a98fa02 100644 --- a/test/ct_test.c +++ b/test/ct_test.c @@ -545,10 +545,6 @@ static int test_encode_tls_sct() return 1; } SCT_set_timestamp(sct, 1); - if (!SCT_set1_extensions(sct, (unsigned char *)"", 0)) { - fprintf(stderr, "Failed to set SCT extensions\n"); - return 1; - } if (!SCT_set_signature_nid(sct, NID_ecdsa_with_SHA256)) { fprintf(stderr, "Failed to set SCT signature NID\n"); return 1; -- 2.25.1