diff options
author | Ezra Peisach <epeisach@mit.edu> | 2008-10-27 19:01:12 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2008-10-27 19:01:12 +0000 |
commit | 585ab80e390e8a61241eff1125d501207a17a749 (patch) | |
tree | a46d06242d9a4202048db0595c8674c4cdf52176 | |
parent | bac74cc69e7510548b023d7b1c1eb477c688b12d (diff) | |
download | krb5-585ab80e390e8a61241eff1125d501207a17a749.tar.gz krb5-585ab80e390e8a61241eff1125d501207a17a749.tar.xz krb5-585ab80e390e8a61241eff1125d501207a17a749.zip |
Remove empty declaration of struct _krb5_kt_ops after the fully defined structure
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20926 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/include/k5-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a42fb7493..574c8c87c 100644 --- 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; |