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-03-14 04:22:40 +0300
committerEion Robb <eion@robbmob.com>2016-03-14 04:22:40 +0300
commitd6ed4654c22e25244787a3f96dccbecf7d0a3f52 (patch)
tree79e60e16cbfdafb5b6a5ee8dd395dc8770c108c8
parentaaa47152741d10c752a8580fe887ede5b7c8b341 (diff)
Only allow OpenSSL on platforms that don't ship Pidgin with OpenSSL
-rw-r--r--steam-mobile/steam_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/steam_rsa.c b/steam-mobile/steam_rsa.c
index 03d757c..ffb74e0 100644
--- a/steam-mobile/steam_rsa.c
+++ b/steam-mobile/steam_rsa.c
@@ -9,7 +9,7 @@ password=<base64rsaencryptedpwd>&username=<steamusername>&emailauth=&captchagid=
*/
-#if defined USE_OPENSSL_CRYPTO && !(defined __APPLE__ || defined __unix__)
+#if defined USE_OPENSSL_CRYPTO && !(defined __APPLE__ || defined __OpenBSD__)
# undef USE_OPENSSL_CRYPTO
#endif