Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed Apr 1, 2021
1 parent 9dc4bca commit fdbffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ccapi/api_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ X509 *vomsdata::check_from_file(AC *ac, std::ifstream &file, const std::string &

if (certs == NULL || certstack == NULL) {
AC_CERTS_free(certs);
seterror(VERR_SIGN, "AC does not contain certificate chain");
seterror(VERR_SIGN, "Malformed AC: the AC does not contain the issuer certificate chain");
return NULL;
}

Expand Down

0 comments on commit fdbffde

Please sign in to comment.