add missing }

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13612 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-22 08:45:01 +00:00
parent 402b5dbed9
commit 787d41d896

View File

@@ -1686,7 +1686,7 @@ _krb5_pk_load_openssl_id(krb5_context context,
if (prompter == NULL)
prompter = krb5_prompter_posix;
private_key = PEM_read_PrivateKey(f, NULL, ssl_pass_cb, prompter);
else
} else
private_key = PEM_read_PrivateKey(f, NULL, NULL, password);
fclose(f);
if (private_key == NULL) {