From 166d75b847c3e81f4ce1b1a75f3b21e09ec6e618 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 29 Nov 2024 18:55:13 +0100 Subject: [PATCH] 04-test_encoder_decoder.t: Add } omitted in a backport Reviewed-by: Neil Horman Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/26085) --- test/recipes/04-test_encoder_decoder.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/04-test_encoder_decoder.t b/test/recipes/04-test_encoder_decoder.t index 3587ed84700..d5d79f3a575 100644 --- a/test/recipes/04-test_encoder_decoder.t +++ b/test/recipes/04-test_encoder_decoder.t @@ -73,4 +73,4 @@ SKIP: { ok(find_line_file('NIST CURVE: P-256', 'ec.txt') == 1, 'Printing an FIPS provider EC private key'); } - +} -- 2.47.2