From: discomfitor Date: Wed, 28 Jul 2010 20:03:28 +0000 (+0000) Subject: ssl uh-oh X-Git-Tag: build/2012-07-04.173327~1927 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edf98ce4139f400a5feb000322a1404262808813;p=profile%2Fivi%2Fecore.git ssl uh-oh git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_con/ecore_con_ssl.c b/src/lib/ecore_con/ecore_con_ssl.c index 7dff9f4..d26286c 100644 --- a/src/lib/ecore_con/ecore_con_ssl.c +++ b/src/lib/ecore_con/ecore_con_ssl.c @@ -714,7 +714,7 @@ _ecore_con_ssl_server_cert_add_openssl(const char *cert_file) FILE *fp = NULL; X509 *cert = NULL; - if (!(fp = fopen(certificate_file, "r"))) + if (!(fp = fopen(cert_file, "r"))) goto on_error; if (!(cert = PEM_read_X509(fp, NULL, NULL, NULL)))