diff options
| author | tb <> | 2026-08-31 04:25:08 +0000 |
|---|---|---|
| committer | tb <> | 2026-08-31 04:25:08 +0000 |
| commit | d4f69be24acd0d607319a5c5b393f466db73796a (patch) | |
| tree | 431c3c40076f40d9ae2894d98bca348f10c9f8bb /src | |
| parent | 51a61da390360a088d7bf67f5e96dbfd7877068d (diff) | |
| download | openbsd-d4f69be24acd0d607319a5c5b393f466db73796a.tar.gz openbsd-d4f69be24acd0d607319a5c5b393f466db73796a.tar.bz2 openbsd-d4f69be24acd0d607319a5c5b393f466db73796a.zip | |
pkcs7test: add an empty line
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/pkcs7/pkcs7test.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | /* $OpenBSD: pkcs7test.c,v 1.8 2026/08/30 16:55:41 tb Exp $ */ | 1 | /* $OpenBSD: pkcs7test.c,v 1.9 2026/08/31 04:25:08 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
| 4 | * Copyright (c) 2026 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2026 Theo Buehler <tb@openbsd.org> |
| @@ -452,6 +452,7 @@ pkcs7_stream_signedData_oob(void) | |||
| 452 | } | 452 | } |
| 453 | 453 | ||
| 454 | failed = 0; | 454 | failed = 0; |
| 455 | |||
| 455 | out: | 456 | out: |
| 456 | PKCS7_free(p7); | 457 | PKCS7_free(p7); |
| 457 | 458 | ||
