summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/kdf/kdf_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/kdf/kdf_err.c')
-rw-r--r--src/lib/libcrypto/kdf/kdf_err.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/kdf/kdf_err.c b/src/lib/libcrypto/kdf/kdf_err.c
index 703690a0d5..4dd323701a 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.8 2022/05/05 08:24:14 tb Exp $ */ 1/* $OpenBSD: kdf_err.c,v 1.9 2022/07/12 14:42:49 kn 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 *
@@ -53,10 +53,6 @@
53 * 53 *
54 */ 54 */
55 55
56/*
57 * Generated by util/mkerr.pl DO NOT EDIT
58 */
59
60#include <openssl/err.h> 56#include <openssl/err.h>
61#include <openssl/kdf.h> 57#include <openssl/kdf.h>
62 58