From c542694b0a9a6460a7d17ca366b995ba2b9a0cb6 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Thu, 18 Feb 2016 19:35:52 +1300 Subject: Drop the use of win32 api for RSA crypto for now until I can get it to actually work --- steam-mobile/steam_rsa.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/steam-mobile/steam_rsa.c b/steam-mobile/steam_rsa.c index 767bcd4..c14196e 100644 --- a/steam-mobile/steam_rsa.c +++ b/steam-mobile/steam_rsa.c @@ -14,11 +14,11 @@ password=&username=&emailauth=&captchagid= #endif #if !defined USE_MBEDTLS_CRYPTO && !defined USE_OPENSSL_CRYPTO && !defined USE_NSS_CRYPTO && !defined USE_GCRYPT_CRYPTO -# ifdef _WIN32 -# define USE_WIN32_CRYPTO -# else +// # ifdef _WIN32 +// # define USE_WIN32_CRYPTO +// # else # define USE_NSS_CRYPTO -# endif +// # endif #endif #ifdef USE_NSS_CRYPTO -- cgit v1.2.3