diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-12 18:37:06 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-04-03 17:47:32 +0200 |
commit | 8c40253cc1a7e953bfc972ad06863d31e5087907 (patch) | |
tree | 1079a95d4cb8a037cb74694363ee91409d681f6d /source3/include | |
parent | 296f7705f6c551b9240d9b3e2f30dea730978832 (diff) | |
download | samba-8c40253cc1a7e953bfc972ad06863d31e5087907.tar.gz samba-8c40253cc1a7e953bfc972ad06863d31e5087907.tar.bz2 samba-8c40253cc1a7e953bfc972ad06863d31e5087907.zip |
s3-krb5: remove unused unwrap_pac()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/krb5_protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index 392fafd08c..8ea12705c2 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -138,6 +138,5 @@ int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx, bool unwrap_edata_ntstatus(TALLOC_CTX *mem_ctx, DATA_BLOB *edata, DATA_BLOB *edata_out); -bool unwrap_pac(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, DATA_BLOB *unwrapped_pac_data); #endif /* _INCLUDE_KRB5_PROTOS_H_ */ |