diff options
| author | schwarze <> | 2018-04-15 01:43:45 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-04-15 01:43:45 +0000 |
| commit | 83e8d72fcb33da2c34c5964418ed6fa3b12d08c7 (patch) | |
| tree | b200b1089b2fc8e8d079bc4aa2d58db943197f7c /src/lib/libcrypto/man/Makefile | |
| parent | ca2431d035ec6e4a115f384ff029c2316dd0d465 (diff) | |
| download | openbsd-83e8d72fcb33da2c34c5964418ed6fa3b12d08c7.tar.gz openbsd-83e8d72fcb33da2c34c5964418ed6fa3b12d08c7.tar.bz2 openbsd-83e8d72fcb33da2c34c5964418ed6fa3b12d08c7.zip | |
Rewrite the ENGINE_*(3) documentation from scratch (step 1,
covering 60% of the documented functions). The old, abominable
engine(3) manual page shall die soon.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 0405a06663..a83ae5d3ed 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.138 2018/03/18 13:06:36 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.139 2018/04/15 01:43:45 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -97,6 +97,14 @@ MAN= \ | |||
| 97 | EC_KEY_new.3 \ | 97 | EC_KEY_new.3 \ |
| 98 | EC_POINT_add.3 \ | 98 | EC_POINT_add.3 \ |
| 99 | EC_POINT_new.3 \ | 99 | EC_POINT_new.3 \ |
| 100 | ENGINE_add.3 \ | ||
| 101 | ENGINE_ctrl.3 \ | ||
| 102 | ENGINE_get_default_RSA.3 \ | ||
| 103 | ENGINE_init.3 \ | ||
| 104 | ENGINE_register_RSA.3 \ | ||
| 105 | ENGINE_register_all_RSA.3 \ | ||
| 106 | ENGINE_set_default.3 \ | ||
| 107 | ENGINE_unregister_RSA.3 \ | ||
| 100 | ERR.3 \ | 108 | ERR.3 \ |
| 101 | ERR_GET_LIB.3 \ | 109 | ERR_GET_LIB.3 \ |
| 102 | ERR_asprintf_error_data.3 \ | 110 | ERR_asprintf_error_data.3 \ |
