diff options
author | Simo Sorce <idra@samba.org> | 2012-03-31 21:48:06 -0400 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-04-12 12:06:43 +0200 |
commit | 3fd6deda7d440b579950ab6d0e2407d755ac70ad (patch) | |
tree | ee14c11dfb88b808e257267d52a8ed3dc5ea4637 /libcli/auth | |
parent | d857e393ac870f71943fc6b099e494f45afb6b48 (diff) | |
download | samba-3fd6deda7d440b579950ab6d0e2407d755ac70ad.tar.gz samba-3fd6deda7d440b579950ab6d0e2407d755ac70ad.tar.bz2 samba-3fd6deda7d440b579950ab6d0e2407d755ac70ad.zip |
auth-krb: Make functions static.
The remaining gssapi_parse functions were used exclusively in
gensec_krb5. Move them there and make them static.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libcli/auth')
-rw-r--r-- | libcli/auth/krb5_wrap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcli/auth/krb5_wrap.h b/libcli/auth/krb5_wrap.h index 997c2fbb3f..8723d2ddaa 100644 --- a/libcli/auth/krb5_wrap.h +++ b/libcli/auth/krb5_wrap.h @@ -92,7 +92,3 @@ NTSTATUS gssapi_get_session_key(TALLOC_CTX *mem_ctx, gss_ctx_id_t gssapi_context, DATA_BLOB *session_key, uint32_t *keytype); - -DATA_BLOB gensec_gssapi_gen_krb5_wrap(TALLOC_CTX *mem_ctx, const DATA_BLOB *ticket, const uint8_t tok_id[2]); - -bool gensec_gssapi_parse_krb5_wrap(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, DATA_BLOB *ticket, uint8_t tok_id[2]); |