mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	Update cmake to 3.11.0 Remove 110-alpine_musl-compat.patch as it's integrated upstream Rename and refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
		
			
				
	
	
		
			12 lines
		
	
	
		
			459 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			459 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/Utilities/cmlibarchive/libarchive/archive_openssl_evp_private.h
 | |
| +++ b/Utilities/cmlibarchive/libarchive/archive_openssl_evp_private.h
 | |
| @@ -28,7 +28,7 @@
 | |
|  #include <openssl/evp.h>
 | |
|  #include <openssl/opensslv.h>
 | |
|  
 | |
| -#if OPENSSL_VERSION_NUMBER < 0x10100000L
 | |
| +#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
 | |
|  #include <stdlib.h> /* malloc, free */
 | |
|  #include <string.h> /* memset */
 | |
|  static inline EVP_MD_CTX *EVP_MD_CTX_new(void)
 |