1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

Add missing includes, required for use of gensec by 3rd-party

applications.
This commit is contained in:
Matthias Dieter Wallnöfer 2008-12-23 20:17:59 +01:00 committed by Jelmer Vernooij
parent 31dc07ee28
commit 7c6a20a439

View File

@ -23,6 +23,9 @@
#ifndef __GENSEC_H__
#define __GENSEC_H__
#include "../lib/util/data_blob.h"
#include "libcli/util/ntstatus.h"
#define GENSEC_OID_NTLMSSP "1.3.6.1.4.1.311.2.2.10"
#define GENSEC_OID_SPNEGO "1.3.6.1.5.5.2"
#define GENSEC_OID_KERBEROS5 "1.2.840.113554.1.2.2"