mirror of https://github.com/openssl/openssl.git
				
				
				
			include stdlib for malloc() and free()
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1174
This commit is contained in:
		
							parent
							
								
									325cfa8531
								
							
						
					
					
						commit
						0a3206539a
					
				| 
						 | 
					@ -9,6 +9,7 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#include <stdint.h>
 | 
					#include <stdint.h>
 | 
				
			||||||
#include <unistd.h>
 | 
					#include <unistd.h>
 | 
				
			||||||
 | 
					#include <stdlib.h>
 | 
				
			||||||
#include <openssl/opensslconf.h>
 | 
					#include <openssl/opensslconf.h>
 | 
				
			||||||
#include "fuzzer.h"
 | 
					#include "fuzzer.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue