diff options
author | beck <> | 2015-09-11 13:59:20 +0000 |
---|---|---|
committer | beck <> | 2015-09-11 13:59:20 +0000 |
commit | 4fed0aed72c48fa0d340730ec63eeaa4bcf95443 (patch) | |
tree | 6854ac6cc54fce0efe40bb9d56b6f4131d7fffff /src/lib/libtls/Makefile | |
parent | 47904bc3ab0adff66a702d760d60a201489b0e9f (diff) | |
download | openbsd-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/Makefile | 5 |
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 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
@@ -48,6 +48,9 @@ MLINKS+=tls_init.3 tls_config_verify_client.3 | |||
48 | MLINKS+=tls_init.3 tls_config_verify_client_optional.3 | 48 | MLINKS+=tls_init.3 tls_config_verify_client_optional.3 |
49 | MLINKS+=tls_init.3 tls_peer_cert_provided.3 | 49 | MLINKS+=tls_init.3 tls_peer_cert_provided.3 |
50 | MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 | 50 | MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 |
51 | MLINKS+=tls_init.3 tls_peer_cert_issuer3 | ||
52 | MLINKS+=tls_init.3 tls_peer_cert_subject.3 | ||
53 | MLINKS+=tls_init.3 tls_peer_cert_hash.3 | ||
51 | MLINKS+=tls_init.3 tls_load_file.3 | 54 | MLINKS+=tls_init.3 tls_load_file.3 |
52 | MLINKS+=tls_init.3 tls_client.3 | 55 | MLINKS+=tls_init.3 tls_client.3 |
53 | MLINKS+=tls_init.3 tls_server.3 | 56 | MLINKS+=tls_init.3 tls_server.3 |