Changed output type to krb5_encrypted_keyblock
authorTheodore Tso <tytso@mit.edu>
Thu, 13 Dec 1990 11:17:08 +0000 (11:17 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 13 Dec 1990 11:17:08 +0000 (11:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1545 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/encrypt_key.c

index 003277a369379c8bfe9a35bc363407bbb3cb9c69..585edd1627715709c01d077d9d7cd6281146df1e 100644 (file)
@@ -29,7 +29,7 @@ krb5_error_code
 krb5_kdb_encrypt_key(eblock, in, out)
 krb5_encrypt_block *eblock;
 const krb5_keyblock *in;
-krb5_keyblock *out;
+krb5_encrypted_keyblock *out;
 {
     /* encrypted rep has the real (unencrypted) key length stored
        along with the encrypted key */