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)
This commit is contained in:
Richard Levitte 2022-09-20 22:20:43 +02:00
parent 67f58eaac1
commit e711c4b32b
1 changed files with 1 additions and 0 deletions

View 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>