lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[vlendec/samba-autobuild/.git] / source4 / torture / krb5 / kdc-heimdal.c
index 70fcc32df177ad3324cc4f7056fc9d8f70366bce..b6c811724bc0eac38364109a36f2374660f75629 100644 (file)
@@ -685,7 +685,7 @@ static bool torture_krb5_as_req_aes_rc4(struct torture_context *tctx)
                                         TORTURE_KRB5_TEST_AES_RC4);
 }
 
-NTSTATUS torture_krb5_init(void)
+NTSTATUS torture_krb5_init(TALLOC_CTX *ctx)
 {
        struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "krb5");
        struct torture_suite *kdc_suite = torture_suite_create(suite, "kdc");