diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-04 19:34:27 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-04 19:34:27 +0000 |
commit | 1765661ae0c7a311750de0cdae3e78f7b8e5b348 (patch) | |
tree | 9b988fe4948812587f889ab8654c8e19e65cc2f5 /lib/libcrypto | |
parent | 0796ff5972c377f006173e4e7fa6d73d6353f4e8 (diff) |
remove accidentally duplicated line
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/kdf/kdf_err.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/kdf/kdf_err.c b/lib/libcrypto/kdf/kdf_err.c index f3e3fb83396..9d9644cd1d0 100644 --- a/lib/libcrypto/kdf/kdf_err.c +++ b/lib/libcrypto/kdf/kdf_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdf_err.c,v 1.5 2022/05/04 18:56:34 tb Exp $ */ +/* $OpenBSD: kdf_err.c,v 1.6 2022/05/04 19:34:26 tb Exp $ */ /* ==================================================================== * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. * @@ -11,7 +11,6 @@ * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in - * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * |