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:
Diffstat (limited to 'steam-mobile')
-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 3f02538..67ee9da 100644
--- a/steam-mobile/steam_rsa.c
+++ b/steam-mobile/steam_rsa.c
@@ -369,7 +369,7 @@ steam_encrypt_password(const gchar *modulus_str, const gchar *exponent_str, cons
#include <openssl/engine.h>
gchar *
-steam_encrypt_password_openssl(const gchar *modulus_str, const gchar *exponent_str, const gchar *password)
+steam_encrypt_password(const gchar *modulus_str, const gchar *exponent_str, const gchar *password)
{
BIGNUM *bn_modulus;
BIGNUM *bn_exponent;