From af16097febcd4fa31cd5fcd05ad09cf8b53659ea Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Thu, 24 Jun 2021 11:13:51 +0200 Subject: Move more general parts of internal/cryptlib.h to new internal/common.h Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15847) --- apps/include/apps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/include') diff --git a/apps/include/apps.h b/apps/include/apps.h index 7d9b64a3c6..f95238ae1b 100644 --- a/apps/include/apps.h +++ b/apps/include/apps.h @@ -11,7 +11,7 @@ # define OSSL_APPS_H # include "e_os.h" /* struct timeval for DTLS */ -# include "internal/cryptlib.h" /* for HAS_PREFIX */ +# include "internal/common.h" /* for HAS_PREFIX */ # include "internal/nelem.h" # include "internal/sockets.h" /* for openssl_fdset() */ # include -- cgit v1.2.3