summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth/gensec/gensec_start.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/auth/gensec/gensec_start.c b/auth/gensec/gensec_start.c
index ab98985ed3..e46f0ee851 100644
--- a/auth/gensec/gensec_start.c
+++ b/auth/gensec/gensec_start.c
@@ -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;