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:
-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