fixup pkinit-ec.c (kdc and lib/krb5) includes
commitce4fd05b1264e9eb4255d4a64ef7bdb74d7c332a
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 17 Apr 2016 22:10:08 +0000 (17 17:10 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 17 Apr 2016 22:10:08 +0000 (17 17:10 -0500)
treec2fcf2c582ff57719e28bd4f013d7f0fae4edbaf
parent87d56ef018c8fbd72fa3ae6360900ab9a959dbcf
fixup pkinit-ec.c (kdc and lib/krb5) includes

All source files must start with

  include <config.h>
  include <roken.h>

when krb5_locl.h or kdc_locl.h are includes, they must come before
other Heimdal include files.

Do not include stdint.h when roken.h is included.
Do not include config.h more than once.

Change-Id: I0baecb5d48317996f48b1a6c41b051f42f2fde61
kdc/pkinit-ec.c
lib/krb5/pkinit-ec.c