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:
@@ -32,11 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ntlm.h"
|
#include "ntlm.h"
|
||||||
|
#include "krb5-private.h"
|
||||||
uint32_t
|
|
||||||
_krb5_crc_update (const char *p, size_t len, uint32_t res);
|
|
||||||
void
|
|
||||||
_krb5_crc_init_table(void);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user