s4:lib/tls: fix the developer build without gnutls support
authorStefan Metzmacher <metze@samba.org>
Tue, 14 Mar 2017 16:11:19 +0000 (17:11 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 10 Jan 2018 00:01:24 +0000 (01:01 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/lib/tls/tlscert.c

index db4f2946ad4a308cc7d14194e36577cfa57fac4a..2273ef74f32622c618f0f8d5faf679542cfcc82c 100644 (file)
@@ -175,5 +175,6 @@ failed:
 }
 
 #else
+void tls_cert_dummy(void);
 void tls_cert_dummy(void) {}
 #endif