summaryrefslogtreecommitdiffstats
path: root/lib/libtls
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2015-01-22 09:29:04 +0000
committerreyk <reyk@openbsd.org>2015-01-22 09:29:04 +0000
commit87056d1b0274de2f9c6f04e01eef1e5aa95e1ca4 (patch)
tree0d060e6d9928321f6ea626b1baed658cfd7de2f4 /lib/libtls
parentLibreSSL now supports loading of CA certificates from memory, replace (diff)
downloadwireguard-openbsd-87056d1b0274de2f9c6f04e01eef1e5aa95e1ca4.tar.xz
wireguard-openbsd-87056d1b0274de2f9c6f04e01eef1e5aa95e1ca4.zip
Add MLINK for tls_config_set_ca_mem()
Diffstat (limited to 'lib/libtls')
-rw-r--r--lib/libtls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtls/Makefile b/lib/libtls/Makefile
index b83a6de2ce0..e9559f9f955 100644
--- a/lib/libtls/Makefile
+++ b/lib/libtls/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2014/10/31 13:46:17 jsing Exp $
+# $OpenBSD: Makefile,v 1.2 2015/01/22 09:29:04 reyk Exp $
CFLAGS+= -Wall -Werror -Wimplicit
CFLAGS+= -DLIBRESSL_INTERNAL
@@ -22,6 +22,7 @@ MLINKS+=tls_init.3 tls_config_new.3
MLINKS+=tls_init.3 tls_config_free.3
MLINKS+=tls_init.3 tls_config_set_ca_file.3
MLINKS+=tls_init.3 tls_config_set_ca_path.3
+MLINKS+=tls_init.3 tls_config_set_ca_mem.3
MLINKS+=tls_init.3 tls_config_set_cert_file.3
MLINKS+=tls_init.3 tls_config_set_cert_mem.3
MLINKS+=tls_init.3 tls_config_set_ciphers.3