Remove empty declaration of struct _krb5_kt_ops after the fully defined structure
authorEzra Peisach <epeisach@mit.edu>
Mon, 27 Oct 2008 19:01:12 +0000 (19:01 +0000)
committerEzra 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

index a42fb7493f46a2a4b2e068b9a8bfc3d28bd4bb7e..574c8c87cbd60841cfbe275c9d65b7b6d35ac5ce 100644 (file)
@@ -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;