From 6dee83d0efd9b6a0e45f73737efb9078aafbdd15 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Thu, 29 Nov 2018 14:24:23 +0000 Subject: expose the default cert file as a function, not a define. it's really an internal detail of the library, so the string should live inside it, not in the application code. ok jsing --- src/lib/libtls/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libtls/shlib_version') diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 9838ba60e3..332e3ede16 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=19 -minor=1 +minor=2 -- cgit v1.2.3-55-g6feb