From d4f69be24acd0d607319a5c5b393f466db73796a Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 31 Aug 2026 04:25:08 +0000 Subject: pkcs7test: add an empty line --- src/regress/lib/libcrypto/pkcs7/pkcs7test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/pkcs7/pkcs7test.c b/src/regress/lib/libcrypto/pkcs7/pkcs7test.c index 6a3bcce3d1..2ad93c4fe6 100644 --- a/src/regress/lib/libcrypto/pkcs7/pkcs7test.c +++ b/src/regress/lib/libcrypto/pkcs7/pkcs7test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkcs7test.c,v 1.8 2026/08/30 16:55:41 tb Exp $ */ +/* $OpenBSD: pkcs7test.c,v 1.9 2026/08/31 04:25:08 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * Copyright (c) 2026 Theo Buehler @@ -452,6 +452,7 @@ pkcs7_stream_signedData_oob(void) } failed = 0; + out: PKCS7_free(p7); -- cgit v1.2.3-55-g6feb