diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-11 12:30:22 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-04-03 17:47:32 +0200 |
commit | 4e3e323080b4b934870ff05630444f4e5ed26d98 (patch) | |
tree | 547cff1c8a533a6771fb57232bc9eb5db3a8d744 /source3/include | |
parent | c7d29e8cda3f048f286c51939c0b3c8defa02c99 (diff) | |
download | samba-4e3e323080b4b934870ff05630444f4e5ed26d98.tar.gz samba-4e3e323080b4b934870ff05630444f4e5ed26d98.tar.bz2 samba-4e3e323080b4b934870ff05630444f4e5ed26d98.zip |
s3-libsmb: Remove unused spnego_parse_krb5_wrap()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 779745a13e..e08c175eb6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -858,7 +858,6 @@ bool spnego_parse_negTokenInit(TALLOC_CTX *ctx, char **principal, DATA_BLOB *secblob); DATA_BLOB spnego_gen_krb5_wrap(TALLOC_CTX *ctx, const DATA_BLOB ticket, const uint8 tok_id[2]); -bool spnego_parse_krb5_wrap(TALLOC_CTX *ctx, DATA_BLOB blob, DATA_BLOB *ticket, uint8 tok_id[2]); int spnego_gen_krb5_negTokenInit(TALLOC_CTX *ctx, const char *principal, int time_offset, DATA_BLOB *targ, |