Skip to content

Commit

Permalink
Drop the use of win32 api for RSA crypto for now until I can get it t…
Browse files Browse the repository at this point in the history
…o actually work
  • Loading branch information
EionRobb committed Feb 18, 2016
1 parent 9d51f30 commit c542694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions steam-mobile/steam_rsa.c
Expand Up @@ -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
Expand Down

0 comments on commit c542694

Please sign in to comment.