From 585ab80e390e8a61241eff1125d501207a17a749 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 27 Oct 2008 19:01:12 +0000 Subject: [PATCH] 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 --- src/include/k5-int.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.26.2