projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac74cc
)
Remove empty declaration of struct _krb5_kt_ops after the fully defined structure
author
Ezra Peisach
<epeisach@mit.edu>
Mon, 27 Oct 2008 19:01:12 +0000
(19:01 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Mon, 27 Oct 2008 19:01:12 +0000
(19:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20926
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/k5-int.h
patch
|
blob
|
history
diff --git
a/src/include/k5-int.h
b/src/include/k5-int.h
index a42fb7493f46a2a4b2e068b9a8bfc3d28bd4bb7e..574c8c87cbd60841cfbe275c9d65b7b6d35ac5ce 100644
(file)
--- a/
src/include/k5-int.h
+++ b/
src/include/k5-int.h
@@
-2251,7
+2251,6
@@
krb5_error_code
krb5int_aes_decrypt(const krb5_keyblock *key, const krb5_data *ivec,
const krb5_data *input, krb5_data *output);
-struct _krb5_kt_ops;
struct _krb5_kt { /* should move into k5-int.h */
krb5_magic magic;
const struct _krb5_kt_ops *ops;