summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-09-20 22:20:43 +0200
committerRichard Levitte <levitte@openssl.org>2022-09-20 22:20:43 +0200
commite711c4b32b09d6ea00626ba0df01e2bb0c139a19 (patch)
treec880849d7d8cfc18aae7e9732d980de1923ed7f6 /apps
parent67f58eaac17d16020da8503493dbbe77c80698f5 (diff)
apps/ciphers.h: Ensure ossl_assert() is properly declared
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/19252)
Diffstat (limited to 'apps')
-rw-r--r--apps/include/apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/include/apps.h b/apps/include/apps.h
index 848d111bbd..9e39076e29 100644
--- a/apps/include/apps.h
+++ b/apps/include/apps.h
@@ -13,6 +13,7 @@
# include "e_os.h" /* struct timeval for DTLS */
# include "internal/nelem.h"
# include "internal/sockets.h" /* for openssl_fdset() */
+# include "internal/cryptlib.h" /* ossl_assert() */
# include <assert.h>
# include <stdarg.h>