diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-24 12:36:23 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-24 15:43:03 +1100 |
commit | cab24da68dbebc419efaaf660b20994b71e42203 (patch) | |
tree | 12e133f266da2ec10a41ef0a81d9f1959a2c32ff /source3/include | |
parent | f14dffa815b47af4061cf1d0c35e0237d35c07a9 (diff) | |
download | samba-cab24da68dbebc419efaaf660b20994b71e42203.tar.gz samba-cab24da68dbebc419efaaf660b20994b71e42203.tar.bz2 samba-cab24da68dbebc419efaaf660b20994b71e42203.zip |
s3-libsmb: Remove unused spnego_parse_auth_and_mic
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 30fc21615d..f973800855 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -874,8 +874,6 @@ bool spnego_parse_auth_response(TALLOC_CTX *ctx, const char *mechOID, DATA_BLOB *auth); -bool spnego_parse_auth_and_mic(TALLOC_CTX *ctx, DATA_BLOB blob, - DATA_BLOB *auth, DATA_BLOB *signature); /* The following definitions come from libsmb/conncache.c */ NTSTATUS check_negative_conn_cache( const char *domain, const char *server); |