SVN revision: 50612
devs/devilhorns/wayland_egl
Mike Blumenkrantz 14 years ago
parent 76f9c81589
commit 34bc016890
  1. 2
      legacy/ecore/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)))

Loading…
Cancel
Save