mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	openssl: Supress deprecation warnings from OpenSSL 3.0
There is work going on to update our OpenSSL usage to avoid the deprecated functions but in the meantime make it possible to compile in devmode. Change-Id: Ib082eb8b3751f0185d8aa8fe127da664c93f0726
This commit is contained in:
		
				
					committed by
					
						 George Joseph
						George Joseph
					
				
			
			
				
	
			
			
			
						parent
						
							031703c596
						
					
				
				
					commit
					b4ecf5eaf1
				
			| @@ -35,6 +35,8 @@ | ||||
|  | ||||
| #include <dirent.h>                 /* for closedir, opendir, readdir, DIR */ | ||||
|  | ||||
| #define OPENSSL_SUPPRESS_DEPRECATED 1 | ||||
|  | ||||
| #include <openssl/aes.h>            /* for AES_decrypt, AES_encrypt, AES_set... */ | ||||
| #include <openssl/err.h>            /* for ERR_print_errors_fp */ | ||||
| #include <openssl/ssl.h>            /* for NID_sha1, RSA */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user