diff options
| author | schwarze <> | 2022-07-13 20:52:36 +0000 |
|---|---|---|
| committer | schwarze <> | 2022-07-13 20:52:36 +0000 |
| commit | ab728a67c848b4203d17bc99b072a8ba95807326 (patch) | |
| tree | 5593e0834d82871877f7d893f384f1bbf521b97e /src/lib/libssl/man/Makefile | |
| parent | aab46b2cb1dcc736abbfa0465c423ddc885c72e9 (diff) | |
| download | openbsd-ab728a67c848b4203d17bc99b072a8ba95807326.tar.gz openbsd-ab728a67c848b4203d17bc99b072a8ba95807326.tar.bz2 openbsd-ab728a67c848b4203d17bc99b072a8ba95807326.zip | |
Start documenting our new pet octopus, SSL_CTX_set_security_level(3).
Or should we call it a centipede?
Feedback and OK on a previous version from jsing@
and from our chief myriapodologist, tb@.
Diffstat (limited to 'src/lib/libssl/man/Makefile')
| -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 787780ece7..c8f6e28541 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.76 2021/10/25 15:16:35 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.77 2022/07/13 20:52:36 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -41,6 +41,7 @@ MAN = BIO_f_ssl.3 \ | |||
| 41 | SSL_CTX_set_options.3 \ | 41 | SSL_CTX_set_options.3 \ |
| 42 | SSL_CTX_set_quiet_shutdown.3 \ | 42 | SSL_CTX_set_quiet_shutdown.3 \ |
| 43 | SSL_CTX_set_read_ahead.3 \ | 43 | SSL_CTX_set_read_ahead.3 \ |
| 44 | SSL_CTX_set_security_level.3 \ | ||
| 44 | SSL_CTX_set_session_cache_mode.3 \ | 45 | SSL_CTX_set_session_cache_mode.3 \ |
| 45 | SSL_CTX_set_session_id_context.3 \ | 46 | SSL_CTX_set_session_id_context.3 \ |
| 46 | SSL_CTX_set_ssl_version.3 \ | 47 | SSL_CTX_set_ssl_version.3 \ |
