summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/kdf/kdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/kdf/kdf.h')
-rw-r--r--src/lib/libcrypto/kdf/kdf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/kdf/kdf.h b/src/lib/libcrypto/kdf/kdf.h
index d66107e954..f161752c13 100644
--- a/src/lib/libcrypto/kdf/kdf.h
+++ b/src/lib/libcrypto/kdf/kdf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kdf.h,v 1.5 2022/05/04 18:49:50 tb Exp $ */ 1/* $OpenBSD: kdf.h,v 1.6 2022/05/05 07:48:07 tb Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -55,7 +55,6 @@
55#ifndef HEADER_KDF_H 55#ifndef HEADER_KDF_H
56# define HEADER_KDF_H 56# define HEADER_KDF_H
57 57
58# include <openssl/kdferr.h>
59#ifdef __cplusplus 58#ifdef __cplusplus
60extern "C" { 59extern "C" {
61#endif 60#endif