diff options
| author | tb <> | 2023-07-29 02:32:00 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-29 02:32:00 +0000 |
| commit | 22ae396a6c0b958d70badd7c856406acd196fcbe (patch) | |
| tree | a3a00dac4a96d0cdab1d401d0b088c4400508fcb /src/lib/libc | |
| parent | 8b538dc6173df64b3575e21e013723c0ec52e97f (diff) | |
| download | openbsd-22ae396a6c0b958d70badd7c856406acd196fcbe.tar.gz openbsd-22ae396a6c0b958d70badd7c856406acd196fcbe.tar.bz2 openbsd-22ae396a6c0b958d70badd7c856406acd196fcbe.zip | |
reinstate KNF for comment
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/bio/b_dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/b_dump.c b/src/lib/libcrypto/bio/b_dump.c index 6a87ebd3a3..e46424e699 100644 --- a/src/lib/libcrypto/bio/b_dump.c +++ b/src/lib/libcrypto/bio/b_dump.c | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | /* $OpenBSD: b_dump.c,v 1.25 2023/07/07 19:37:53 beck Exp $ */ | 1 | /* $OpenBSD: b_dump.c,v 1.26 2023/07/29 02:32:00 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This package is an SSL implementation written | 5 | * This package is an SSL implementation written |
| 6 | * by Eric Young (eay@cryptsoft.com). | 6 | * by Eric Young (eay@cryptsoft.com). |
| 7 | * The implementation was written so as to conform with Netscapes SSL. | 7 | * The implementation was written so as to conform with Netscapes SSL. |
| 8 | * | 8 | * |
| 9 | * This library is free for commercial and non-commercial use as long as | 9 | * This library is free for commercial and non-commercial use as long as |
| 10 | * the following conditions are aheared to. The following conditions | 10 | * the following conditions are aheared to. The following conditions |
