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:
Love Hörnquist Åstrand
2007-08-27 14:00:30 +00:00
parent bc6942495d
commit c82ec6e918
2 changed files with 6 additions and 6 deletions

View File

@@ -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;