Make work with c++, reported by Hai Zaar
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21929 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
RCSID("$Id$");
|
||||
#include "digest_asn1.h"
|
||||
|
||||
struct krb5_digest {
|
||||
struct krb5_digest_data {
|
||||
char *cbtype;
|
||||
char *cbbinding;
|
||||
|
||||
@@ -812,7 +812,7 @@ krb5_digest_get_session_key(krb5_context context,
|
||||
return ret;
|
||||
}
|
||||
|
||||
struct krb5_ntlm {
|
||||
struct krb5_ntlm_data {
|
||||
NTLMInit init;
|
||||
NTLMInitReply initReply;
|
||||
NTLMRequest request;
|
||||
|
Reference in New Issue
Block a user