make compile again
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1866,7 +1866,7 @@ verify_checksum(krb5_context context,
|
|||||||
if(keyed_checksum && crypto == NULL) {
|
if(keyed_checksum && crypto == NULL) {
|
||||||
krb5_set_error_message (context, KRB5_PROG_SUMTYPE_NOSUPP,
|
krb5_set_error_message (context, KRB5_PROG_SUMTYPE_NOSUPP,
|
||||||
N_("Checksum type %s is keyed but no "
|
N_("Checksum type %s is keyed but no "
|
||||||
"crypto context (key) was passed in", "")
|
"crypto context (key) was passed in", ""),
|
||||||
ct->name);
|
ct->name);
|
||||||
return KRB5_PROG_SUMTYPE_NOSUPP; /* XXX */
|
return KRB5_PROG_SUMTYPE_NOSUPP; /* XXX */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user