diff options
Diffstat (limited to 'src/lib/crypto/krb/combine_keys.c')
-rw-r--r-- | src/lib/crypto/krb/combine_keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/combine_keys.c b/src/lib/crypto/krb/combine_keys.c index a6cea2eed7..979281d4a2 100644 --- a/src/lib/crypto/krb/combine_keys.c +++ b/src/lib/crypto/krb/combine_keys.c @@ -157,7 +157,7 @@ krb5int_c_combine_keys(krb5_context context, krb5_keyblock *key1, tkeyblock.length = keylength; tkeyblock.contents = output; - ret = (*enc->make_key)(&randbits, &tkeyblock); + ret = (*ktp->rand2key)(&randbits, &tkeyblock); if (ret) goto cleanup; |