Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 670 Avoid repeating typedef in certauth_plugin.h Repeating an identical typedef is allowed by C11, but not C99 or C89. Use the underlying structure type in certauth_plugin.h so that it can safely be included along with kdb.h. Also constify the name field in the vtable. https://github.com/krb5/krb5/commit/da47c655f084b511ea1f6142b6f571b5198915b7 Author: Greg Hudson Commit: da47c655f084b511ea1f6142b6f571b5198915b7 Branch: master src/include/krb5/certauth_plugin.h | 8 +++++--- src/plugins/certauth/test/main.c | 6 ++++-- src/plugins/preauth/pkinit/pkinit_srv.c | 9 ++++++--- 3 files changed, 15 insertions(+), 8 deletions(-)