diff options
author | tb <> | 2022-05-04 19:34:26 +0000 |
---|---|---|
committer | tb <> | 2022-05-04 19:34:26 +0000 |
commit | db94c3987c946a0ea5511d2b2a6b854edd2f3401 (patch) | |
tree | 9fd73471ffa9df4f523299be11cf828426dbebb2 | |
parent | 1ca00b42388002aed050c263b123650caf031ee3 (diff) | |
download | openbsd-db94c3987c946a0ea5511d2b2a6b854edd2f3401.tar.gz openbsd-db94c3987c946a0ea5511d2b2a6b854edd2f3401.tar.bz2 openbsd-db94c3987c946a0ea5511d2b2a6b854edd2f3401.zip |
remove accidentally duplicated line
-rw-r--r-- | src/lib/libcrypto/kdf/kdf_err.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/kdf/kdf_err.c b/src/lib/libcrypto/kdf/kdf_err.c index f3e3fb8339..9d9644cd1d 100644 --- a/src/lib/libcrypto/kdf/kdf_err.c +++ b/src/lib/libcrypto/kdf/kdf_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kdf_err.c,v 1.5 2022/05/04 18:56:34 tb Exp $ */ | 1 | /* $OpenBSD: kdf_err.c,v 1.6 2022/05/04 19:34:26 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -11,7 +11,6 @@ | |||
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 |
14 | * notice, this list of conditions and the following disclaimer in | ||
15 | * the documentation and/or other materials provided with the | 14 | * the documentation and/or other materials provided with the |
16 | * distribution. | 15 | * distribution. |
17 | * | 16 | * |