1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Add CNG implementation of crypto functions

This commit is contained in:
Ted John
2020-02-01 20:46:18 +00:00
parent 06174adf14
commit c8ef6233aa
3 changed files with 580 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#ifndef DISABLE_NETWORK
#if defined(DISABLE_NETWORK) && !defined(__USE_CNG__)
# include "Crypt.h"