mirror of https://github.com/openssl/openssl.git
				
				
				
			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:
		
							parent
							
								
									67f58eaac1
								
							
						
					
					
						commit
						e711c4b32b
					
				| 
						 | 
					@ -13,6 +13,7 @@
 | 
				
			||||||
# include "e_os.h" /* struct timeval for DTLS */
 | 
					# include "e_os.h" /* struct timeval for DTLS */
 | 
				
			||||||
# include "internal/nelem.h"
 | 
					# include "internal/nelem.h"
 | 
				
			||||||
# include "internal/sockets.h" /* for openssl_fdset() */
 | 
					# include "internal/sockets.h" /* for openssl_fdset() */
 | 
				
			||||||
 | 
					# include "internal/cryptlib.h"  /* ossl_assert() */
 | 
				
			||||||
# include <assert.h>
 | 
					# include <assert.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# include <stdarg.h>
 | 
					# include <stdarg.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue