projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f923ad9
)
Fixed typo
author
Theodore Tso
<tytso@mit.edu>
Tue, 18 Dec 1990 18:46:02 +0000
(18:46 +0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/copy_cksum.c
b/src/lib/krb5/krb/copy_cksum.c
index f86a9651f9cd1b4a77e21ecb11afc0f257b602f4..ef7497cb2a5ab45c008507506544ed45bf0d8748 100644
(file)
--- a/
src/lib/krb5/krb/copy_cksum.c
+++ b/
src/lib/krb5/krb/copy_cksum.c
@@
-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;