(_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:
@@ -1031,7 +1031,8 @@ _hx509_private_key2SPKI(hx509_context context,
|
|||||||
{
|
{
|
||||||
const struct signature_alg *md = private_key->md;
|
const struct signature_alg *md = private_key->md;
|
||||||
if (md->private_key2SPKI == NULL) {
|
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 EINVAL;
|
||||||
}
|
}
|
||||||
return (*md->private_key2SPKI)(private_key, spki);
|
return (*md->private_key2SPKI)(private_key, spki);
|
||||||
|
Reference in New Issue
Block a user