Include krb5-private.h in gssapi/ntlm/crypto.c

Instead of locally defining prototypes for private functions
_krb5_crc_update and _krb5_crc_init_table simply include
krb5-private.h.

Change-Id: Ia7931f8df2e68eb038d112797edfd456ffcdd23a
This commit is contained in:
Jeffrey Altman
2013-06-22 17:11:22 -04:00
parent ab72ccbab3
commit 8fe301c692

View File

@@ -32,11 +32,7 @@
*/
#include "ntlm.h"
uint32_t
_krb5_crc_update (const char *p, size_t len, uint32_t res);
void
_krb5_crc_init_table(void);
#include "krb5-private.h"
/*
*