apps/ciphers.h: Ensure ossl_assert() is properly declared
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Sep 2022 20:20:43 +0000 (22:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Sep 2022 20:20:43 +0000 (22:20 +0200)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19252)

apps/include/apps.h

index 848d111bbdb6264127044d84c40fc7c7bd861f1d..9e39076e299918a37fca434f89b01cd7fb3feb58 100644 (file)
@@ -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>