From: Arran Cudbard-Bell Date: Tue, 15 Jan 2019 01:57:11 +0000 (+0700) Subject: Missed declaration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33fa7162cbea800f42dbcd4da345a3745e92795d;p=thirdparty%2Ffreeradius-server.git Missed declaration --- diff --git a/src/lib/tls/base-h b/src/lib/tls/base-h index 924e963dd1b..d1c7f7fa056 100644 --- a/src/lib/tls/base-h +++ b/src/lib/tls/base-h @@ -522,6 +522,8 @@ int tls_version_check(char const *acknowledged); int tls_init(void); +int tls_dict_init(void); + void tls_free(void); /*