Fix includes of the removed kdferr.h
authortb <tb@openbsd.org>
Thu, 5 May 2022 07:48:07 +0000 (07:48 +0000)
committertb <tb@openbsd.org>
Thu, 5 May 2022 07:48:07 +0000 (07:48 +0000)
lib/libcrypto/kdf/kdf.h
lib/libcrypto/kdf/kdf_err.c

index d66107e..f161752 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kdf.h,v 1.5 2022/05/04 18:49:50 tb Exp $ */
+/*     $OpenBSD: kdf.h,v 1.6 2022/05/05 07:48:07 tb Exp $ */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
@@ -55,7 +55,6 @@
 #ifndef HEADER_KDF_H
 # define HEADER_KDF_H
 
-# include <openssl/kdferr.h>
 #ifdef __cplusplus
 extern "C" {
 #endif
index 9d9644c..b590d3e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kdf_err.c,v 1.6 2022/05/04 19:34:26 tb Exp $ */
+/*     $OpenBSD: kdf_err.c,v 1.7 2022/05/05 07:48:07 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 1999-2018 The OpenSSL Project.  All rights reserved.
  *
@@ -58,7 +58,7 @@
  */
 
 #include <openssl/err.h>
-#include <openssl/kdferr.h>
+#include <openssl/kdf.h>
 
 #ifndef OPENSSL_NO_ERR