diff options
author | Tim Potter <tpot@samba.org> | 2002-01-17 03:03:58 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-17 03:03:58 +0000 |
commit | 269d24f7167e67985ae443e632a07f21b0dd90e3 (patch) | |
tree | da28eee815c5c0ebb0c6e9b7222ef0db799ecda1 /source3 | |
parent | 6c705b69db9e4e3590df072d45ae90e9b1903b0f (diff) | |
download | samba-269d24f7167e67985ae443e632a07f21b0dd90e3.tar.gz samba-269d24f7167e67985ae443e632a07f21b0dd90e3.tar.bz2 samba-269d24f7167e67985ae443e632a07f21b0dd90e3.zip |
Added some guards.
(This used to be commit 967c68858001cd620d2524d56180497c4b479c6b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/asn_1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/asn_1.h b/source3/include/asn_1.h index ae3cd22dde..5b264edec3 100644 --- a/source3/include/asn_1.h +++ b/source3/include/asn_1.h @@ -19,6 +19,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef _ASN_1_H +#define _ASN_1_H struct nesting { off_t start; @@ -52,3 +54,5 @@ typedef struct { #define OID_NTLMSSP "1 3 6 1 4 1 311 2 2 10" #define OID_KERBEROS5_OLD "1 2 840 48018 1 2 2" #define OID_KERBEROS5 "1 2 840 113554 1 2 2" + +#endif /* _ASN_1_H */ |