1
0
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:
Volker Lendecke 2013-05-11 10:36:12 +02:00 committed by Jeremy Allison
parent 85220eaa9c
commit 26b6e28082

View File

@ -428,10 +428,11 @@ _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,
TALLOC_CTX *mem_ctx,
struct gensec_security_ops **ops,
const char *skip)
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)
{
int i;
int j = 0;