aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/rand2key/des_rand2key.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/rand2key/des_rand2key.c')
-rw-r--r--src/lib/crypto/krb/rand2key/des_rand2key.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/crypto/krb/rand2key/des_rand2key.c b/src/lib/crypto/krb/rand2key/des_rand2key.c
index 46edd9f..47db2c3 100644
--- a/src/lib/crypto/krb/rand2key/des_rand2key.c
+++ b/src/lib/crypto/krb/rand2key/des_rand2key.c
@@ -47,6 +47,8 @@ krb5int_des_make_key(const krb5_data *randombits, krb5_keyblock *key)
((key->contents[6]&1)<<7));
mit_des_fixup_key_parity(key->contents);
+
+ return(0);
}