Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-02-18 09:35:52 +0300
committerEion Robb <eion@robbmob.com>2016-02-18 09:35:52 +0300
commitc542694b0a9a6460a7d17ca366b995ba2b9a0cb6 (patch)
treee75d34033c7c22cec3f6a96258155ed034390348
parent9d51f3049b9d1daa4c94bc7d5bdb49c776fae0d3 (diff)
Drop the use of win32 api for RSA crypto for now until I can get it to actually work
-rw-r--r--steam-mobile/steam_rsa.c8
1 files 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=<base64rsaencryptedpwd>&username=<steamusername>&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