aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/checksum/cmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/checksum/cmac.c')
-rw-r--r--src/lib/crypto/krb/checksum/cmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/checksum/cmac.c b/src/lib/crypto/krb/checksum/cmac.c
index 3427554..fae5f1e 100644
--- a/src/lib/crypto/krb/checksum/cmac.c
+++ b/src/lib/crypto/krb/checksum/cmac.c
@@ -235,6 +235,6 @@ krb5int_cmac_checksum(const struct krb5_enc_provider *enc,
output->length = d.length;
memcpy(output->data, d.data, d.length);
- return ret;
+ return 0;
}