indent
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18831 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -167,7 +167,8 @@ match_localkeyid(hx509_context context,
|
||||
int ret;
|
||||
|
||||
if (value->localKeyId.length == 0) {
|
||||
hx509_set_error_string(context, 0, EINVAL, "local key on private key too short");
|
||||
hx509_set_error_string(context, 0, EINVAL,
|
||||
"local key on private key too short");
|
||||
return EINVAL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user