summaryrefslogtreecommitdiff
path: root/src/lib/libtls/Makefile
diff options
context:
space:
mode:
authorbeck <>2015-09-11 13:59:20 +0000
committerbeck <>2015-09-11 13:59:20 +0000
commit4fed0aed72c48fa0d340730ec63eeaa4bcf95443 (patch)
tree6854ac6cc54fce0efe40bb9d56b6f4131d7fffff /src/lib/libtls/Makefile
parent47904bc3ab0adff66a702d760d60a201489b0e9f (diff)
downloadopenbsd-4fed0aed72c48fa0d340730ec63eeaa4bcf95443.tar.gz
openbsd-4fed0aed72c48fa0d340730ec63eeaa4bcf95443.tar.bz2
openbsd-4fed0aed72c48fa0d340730ec63eeaa4bcf95443.zip
document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash
ok jsing@
Diffstat (limited to 'src/lib/libtls/Makefile')
-rw-r--r--src/lib/libtls/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile
index 2e03e247e4..b0141c274f 100644
--- a/src/lib/libtls/Makefile
+++ b/src/lib/libtls/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.16 2015/09/11 12:56:55 beck Exp $ 1# $OpenBSD: Makefile,v 1.17 2015/09/11 13:59:20 beck Exp $
2 2
3CFLAGS+= -Wall -Werror -Wimplicit 3CFLAGS+= -Wall -Werror -Wimplicit
4CFLAGS+= -DLIBRESSL_INTERNAL 4CFLAGS+= -DLIBRESSL_INTERNAL
@@ -48,6 +48,9 @@ MLINKS+=tls_init.3 tls_config_verify_client.3
48MLINKS+=tls_init.3 tls_config_verify_client_optional.3 48MLINKS+=tls_init.3 tls_config_verify_client_optional.3
49MLINKS+=tls_init.3 tls_peer_cert_provided.3 49MLINKS+=tls_init.3 tls_peer_cert_provided.3
50MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 50MLINKS+=tls_init.3 tls_peer_cert_contains_name.3
51MLINKS+=tls_init.3 tls_peer_cert_issuer3
52MLINKS+=tls_init.3 tls_peer_cert_subject.3
53MLINKS+=tls_init.3 tls_peer_cert_hash.3
51MLINKS+=tls_init.3 tls_load_file.3 54MLINKS+=tls_init.3 tls_load_file.3
52MLINKS+=tls_init.3 tls_client.3 55MLINKS+=tls_init.3 tls_client.3
53MLINKS+=tls_init.3 tls_server.3 56MLINKS+=tls_init.3 tls_server.3