(Windows) OpenSSL can be used for SSL communication

This commit is contained in:
Benjamin Sergeant 2020-01-09 11:59:34 -08:00
parent 1a47656ba0
commit 74833f95e4
2 changed files with 5 additions and 1 deletions

View File

@ -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.
## [7.9.3] - 2020-01-08
(Windows) OpenSSL can be used for SSL communication
## [7.9.2] - 2020-01-06 ## [7.9.2] - 2020-01-06
(apple ssl) unify read and write ssl utility code (apple ssl) unify read and write ssl utility code

View File

@ -6,4 +6,4 @@
#pragma once #pragma once
#define IX_WEBSOCKET_VERSION "7.9.2" #define IX_WEBSOCKET_VERSION "7.9.3"