(_hx509_private_key2SPKI): indent

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18798 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-21 22:43:34 +00:00
parent 4d08f3ebbf
commit 35e6948538

View File

@@ -1031,7 +1031,8 @@ _hx509_private_key2SPKI(hx509_context context,
{
const struct signature_alg *md = private_key->md;
if (md->private_key2SPKI == NULL) {
hx509_set_error_string(context, 0, EINVAL, "private key have no key2SPKI function");
hx509_set_error_string(context, 0, EINVAL,
"Private key have no key2SPKI function");
return EINVAL;
}
return (*md->private_key2SPKI)(private_key, spki);