ssl uh-oh

SVN revision: 50612
This commit is contained in:
Mike Blumenkrantz 2010-07-28 20:03:28 +00:00
parent 76f9c81589
commit 34bc016890
1 changed files with 1 additions and 1 deletions

View File

@ -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)))