Commited wrong version of kdb_compat.h
authorTheodore Tso <tytso@mit.edu>
Tue, 4 Oct 1994 19:39:38 +0000 (19:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 4 Oct 1994 19:39:38 +0000 (19:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4442 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/kdb_compat.h

index 3873f48fc46aef07dd05aed955ad180e4b6cbbfb..264b9d866f9c81847847f7f9ff6f0bad478342cb 100644 (file)
@@ -25,7 +25,7 @@ typedef struct _old_krb5_db_entry {
     krb5_int32 salt_type:8,
               salt_length:24;
     krb5_octet *salt;
-    krb5_encrypted_keyblock alt_key;
+    old_krb5_encrypted_keyblock alt_key;
     krb5_int32 alt_salt_type:8,
               alt_salt_length:24;
     krb5_octet *alt_salt;