Refresh patches Remove 320-curl-confopts.m4-fix-disable-threaded-resolver.patch as integrated upstream See https://curl.haxx.se/changes.html for the bugfixes in 7.56.0 and 7.56.1 Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			413 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			413 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/lib/vtls/mbedtls.c
 | 
						|
+++ b/lib/vtls/mbedtls.c
 | 
						|
@@ -814,7 +814,7 @@ static void Curl_mbedtls_session_free(vo
 | 
						|
 
 | 
						|
 static size_t Curl_mbedtls_version(char *buffer, size_t size)
 | 
						|
 {
 | 
						|
-  unsigned int version = mbedtls_version_get_number();
 | 
						|
+  unsigned int version = MBEDTLS_VERSION_NUMBER;
 | 
						|
   return snprintf(buffer, size, "mbedTLS/%d.%d.%d", version>>24,
 | 
						|
                   (version>>16)&0xff, (version>>8)&0xff);
 | 
						|
 }
 |