mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
gensec: Make gensec_security_oids_from_ops static
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed May 15 20:05:34 CEST 2013 on sn-devel-104
This commit is contained in:
parent
85220eaa9c
commit
26b6e28082
@ -428,7 +428,8 @@ _PUBLIC_ const struct gensec_security_ops_wrapper *gensec_security_by_oid_list(
|
||||
* Return OIDS from the security subsystems listed
|
||||
*/
|
||||
|
||||
const char **gensec_security_oids_from_ops(struct gensec_security *gensec_security,
|
||||
static const char **gensec_security_oids_from_ops(
|
||||
struct gensec_security *gensec_security,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct gensec_security_ops **ops,
|
||||
const char *skip)
|
||||
|
Loading…
Reference in New Issue
Block a user