diff options
author | beck <> | 2023-07-08 07:11:07 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 07:11:07 +0000 |
commit | 243979914a45e120f0afd37f88c5afbe1c1b5493 (patch) | |
tree | 893e40f2d049c1ae16b1df1305f2bb885508c93f /src/lib/libcrypto/des/rand_key.c | |
parent | 9fd37e06e49f349066b61c8890e3b9ba79944481 (diff) | |
download | openbsd-243979914a45e120f0afd37f88c5afbe1c1b5493.tar.gz openbsd-243979914a45e120f0afd37f88c5afbe1c1b5493.tar.bz2 openbsd-243979914a45e120f0afd37f88c5afbe1c1b5493.zip |
Hit the des directory with the loving mallet of knfmt
ok tb@
Diffstat (limited to 'src/lib/libcrypto/des/rand_key.c')
-rw-r--r-- | src/lib/libcrypto/des/rand_key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/rand_key.c b/src/lib/libcrypto/des/rand_key.c index 7abb811df4..aba899fe0a 100644 --- a/src/lib/libcrypto/des/rand_key.c +++ b/src/lib/libcrypto/des/rand_key.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rand_key.c,v 1.8 2014/10/22 13:02:04 jsing Exp $ */ | 1 | /* $OpenBSD: rand_key.c,v 1.9 2023/07/08 07:11:07 beck Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -7,7 +7,7 @@ | |||
7 | * are met: | 7 | * are met: |
8 | * | 8 | * |
9 | * 1. Redistributions of source code must retain the above copyright | 9 | * 1. Redistributions of source code must retain the above copyright |
10 | * notice, this list of conditions and the following disclaimer. | 10 | * notice, this list of conditions and the following disclaimer. |
11 | * | 11 | * |
12 | * 2. Redistributions in binary form must reproduce the above copyright | 12 | * 2. Redistributions in binary form must reproduce the above copyright |
13 | * notice, this list of conditions and the following disclaimer in | 13 | * notice, this list of conditions and the following disclaimer in |