make compile again

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-07 21:16:37 +00:00
parent bcba0ac2ae
commit b819f43457

View File

@@ -1866,7 +1866,7 @@ verify_checksum(krb5_context context,
if(keyed_checksum && crypto == NULL) {
krb5_set_error_message (context, KRB5_PROG_SUMTYPE_NOSUPP,
N_("Checksum type %s is keyed but no "
"crypto context (key) was passed in", "")
"crypto context (key) was passed in", ""),
ct->name);
return KRB5_PROG_SUMTYPE_NOSUPP; /* XXX */
}