diff options
Diffstat (limited to 'src/lib/libssl/man/Makefile')
-rw-r--r-- | src/lib/libssl/man/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index f8e5cffd59..c8edf6311e 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.68 2020/09/20 10:20:43 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.69 2020/09/21 08:53:56 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -120,6 +120,9 @@ MAN = BIO_f_ssl.3 \ | |||
120 | d2i_SSL_SESSION.3 \ | 120 | d2i_SSL_SESSION.3 \ |
121 | ssl.3 | 121 | ssl.3 |
122 | 122 | ||
123 | # To be enabled after the release of OpenBSD 6.8: | ||
124 | # SSL_read_early_data.3 \ | ||
125 | |||
123 | all clean cleandir depend includes obj tags: | 126 | all clean cleandir depend includes obj tags: |
124 | 127 | ||
125 | install: maninstall | 128 | install: maninstall |