From 2ff286c26c29b69b02ca99656d26d2f8cfd54682 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 21 Jun 2021 08:55:50 +0200 Subject: Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15847) --- apps/include/apps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/include/apps.h') diff --git a/apps/include/apps.h b/apps/include/apps.h index 6018a83ca4..7d9b64a3c6 100644 --- a/apps/include/apps.h +++ b/apps/include/apps.h @@ -11,6 +11,7 @@ # define OSSL_APPS_H # include "e_os.h" /* struct timeval for DTLS */ +# include "internal/cryptlib.h" /* for HAS_PREFIX */ # include "internal/nelem.h" # include "internal/sockets.h" /* for openssl_fdset() */ # include -- cgit v1.2.3