From d6ed4654c22e25244787a3f96dccbecf7d0a3f52 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Mon, 14 Mar 2016 14:22:40 +1300 Subject: Only allow OpenSSL on platforms that don't ship Pidgin with OpenSSL --- steam-mobile/steam_rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=&username=&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 -- cgit v1.2.3