summaryrefslogtreecommitdiffstats
path: root/test/cmp_msg_test.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2022-09-17 21:51:48 +0200
committerDr. David von Oheimb <dev@ddvo.net>2022-11-24 13:45:06 +0100
commit357bfe73453b018c7aee94cbb4f6eeca8b85695a (patch)
tree31e8b0e1a00e16aa04b9ac80cc3d407f6456be8d /test/cmp_msg_test.c
parentcd715b7e7fdd2aeb0fd80220d2df5187b291f87a (diff)
CMP+CRMF: fix formatting nits in crypto/, include/, and test/
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/19230)
Diffstat (limited to 'test/cmp_msg_test.c')
-rw-r--r--test/cmp_msg_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cmp_msg_test.c b/test/cmp_msg_test.c
index 4f2ca1b40b..ba6aaad1c1 100644
--- a/test/cmp_msg_test.c
+++ b/test/cmp_msg_test.c
@@ -338,7 +338,6 @@ static int test_cmp_create_error_msg(void)
return result;
}
-
static int test_cmp_create_pollreq(void)
{
SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up);
@@ -424,7 +423,6 @@ static int test_cmp_create_certrep(void)
return result;
}
-
static int execute_rp_create(CMP_MSG_TEST_FIXTURE *fixture)
{
OSSL_CMP_PKISI *si = OSSL_CMP_STATUSINFO_new(33, 44, "a text");