diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index a07231f19f..8e058f005c 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.45 2016/12/06 18:40:31 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.46 2016/12/06 23:45:34 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -49,6 +49,7 @@ MAN = BIO_f_ssl.3 \ | |||
49 | SSL_SESSION_get_ex_new_index.3 \ | 49 | SSL_SESSION_get_ex_new_index.3 \ |
50 | SSL_SESSION_get_time.3 \ | 50 | SSL_SESSION_get_time.3 \ |
51 | SSL_SESSION_new.3 \ | 51 | SSL_SESSION_new.3 \ |
52 | SSL_SESSION_print.3 \ | ||
52 | SSL_accept.3 \ | 53 | SSL_accept.3 \ |
53 | SSL_alert_type_string.3 \ | 54 | SSL_alert_type_string.3 \ |
54 | SSL_clear.3 \ | 55 | SSL_clear.3 \ |