diff options
author | Rafal Szczesniak <mimir@samba.org> | 2003-02-13 21:40:35 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2003-02-13 21:40:35 +0000 |
commit | ce306f8b08cc80d72e795e2795e1d71b5f43b93f (patch) | |
tree | d4d236ad69678db29f46af0b8eda30ef18cf303a /source3/include | |
parent | db937d39656c1d1bace72b67724902e18b751330 (diff) | |
download | samba-ce306f8b08cc80d72e795e2795e1d71b5f43b93f.tar.gz samba-ce306f8b08cc80d72e795e2795e1d71b5f43b93f.tar.bz2 samba-ce306f8b08cc80d72e795e2795e1d71b5f43b93f.zip |
A few typo fixes Andrew eventually let off to me.
Rafal
(This used to be commit 16a66cf17a544a214b7c5b483c81c7568a18a779)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/asn_1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/asn_1.h b/source3/include/asn_1.h index 9cd873c18a..ab7fa5d398 100644 --- a/source3/include/asn_1.h +++ b/source3/include/asn_1.h @@ -55,8 +55,8 @@ typedef struct { #define OID_KERBEROS5_OLD "1 2 840 48018 1 2 2" #define OID_KERBEROS5 "1 2 840 113554 1 2 2" -#define SPNGEO_NEG_RESULT_ACCEPT 0 -#define SPNGEO_NEG_RESULT_INCOMPLETE 1 -#define SPNGEO_NEG_RESULT_REJECT 2 +#define SPNEGO_NEG_RESULT_ACCEPT 0 +#define SPNEGO_NEG_RESULT_INCOMPLETE 1 +#define SPNEGO_NEG_RESULT_REJECT 2 #endif /* _ASN_1_H */ |