git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18831 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-22 15:58:33 +00:00
parent 32219af692
commit 94c6bdf852

View File

@@ -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;
}