Fixed typo
authorTheodore Tso <tytso@mit.edu>
Tue, 18 Dec 1990 18:46:02 +0000 (18:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 18 Dec 1990 18:46:02 +0000 (18:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1563 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/copy_cksum.c

index f86a9651f9cd1b4a77e21ecb11afc0f257b602f4..ef7497cb2a5ab45c008507506544ed45bf0d8748 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid_copy_checksum_c[] =
 
 static krb5_error_code
 krb5_copy_checksum(ckfrom, ckto)
-const krb5_authenticator *ckfrom;
-krb5_authenticator **ckto;
+const krb5_checksum *ckfrom;
+krb5_checksum **ckto;
 {
     krb5_error_code retval;
     krb5_checksum *tempto;