(cmake) default TLS back to mbedtls on Windows Universal Platform
This commit is contained in:
		@@ -123,6 +123,11 @@ if (USE_TLS)
 | 
				
			|||||||
      if (NOT USE_MBED_TLS AND NOT USE_OPEN_SSL) # unless we want something else
 | 
					      if (NOT USE_MBED_TLS AND NOT USE_OPEN_SSL) # unless we want something else
 | 
				
			||||||
        set(USE_SECURE_TRANSPORT ON)
 | 
					        set(USE_SECURE_TRANSPORT ON)
 | 
				
			||||||
      endif()
 | 
					      endif()
 | 
				
			||||||
 | 
					    # default to mbedtls on uwp (universal windows platform) if nothing is configured
 | 
				
			||||||
 | 
					    elseif (${CMAKE_SYSTEM_NAME} MATCHES "WindowsStore")
 | 
				
			||||||
 | 
					      if (NOT USE_OPEN_SSL) # unless we want something else
 | 
				
			||||||
 | 
					        set(USE_MBED_TLS ON)
 | 
				
			||||||
 | 
					      endif()
 | 
				
			||||||
    else() # default to OpenSSL on all other platforms
 | 
					    else() # default to OpenSSL on all other platforms
 | 
				
			||||||
      if (NOT USE_MBED_TLS) # Unless mbedtls is requested
 | 
					      if (NOT USE_MBED_TLS) # Unless mbedtls is requested
 | 
				
			||||||
        set(USE_OPEN_SSL ON)
 | 
					        set(USE_OPEN_SSL ON)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,10 @@
 | 
				
			|||||||
# Changelog
 | 
					# Changelog
 | 
				
			||||||
All changes to this project will be documented in this file.
 | 
					All changes to this project will be documented in this file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [9.5.7] - 2020-05-08
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(cmake) default TLS back to mbedtls on Windows Universal Platform
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [9.5.6] - 2020-05-06
 | 
					## [9.5.6] - 2020-05-06
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(cobra bots) add a --heartbeat_timeout option to specify when the bot should terminate because no events are received
 | 
					(cobra bots) add a --heartbeat_timeout option to specify when the bot should terminate because no events are received
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,4 +6,4 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define IX_WEBSOCKET_VERSION "9.5.6"
 | 
					#define IX_WEBSOCKET_VERSION "9.5.7"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user