Skip to content

Commit

Permalink
Fix Windows build (lib/krb5/pkinit-ec.c)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Apr 16, 2016
1 parent e2137c6 commit c0f6213
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/krb5/pkinit-ec.c
Expand Up @@ -34,6 +34,7 @@
*/

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

#ifdef PKINIT

Expand Down Expand Up @@ -73,9 +74,6 @@
*/
#define NO_HCRYPTO_POLLUTION

#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <hcrypto/des.h>
#include "krb5_locl.h"

Expand Down

0 comments on commit c0f6213

Please sign in to comment.