diff options
| author | schwarze <> | 2016-11-03 15:48:22 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-11-03 15:48:22 +0000 |
| commit | 85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3 (patch) | |
| tree | d168499a4dfb3fdd832a07f798870ad797dfd972 /src/lib/libcrypto/man/Makefile | |
| parent | 87b1aadca6f5b302e140e6343c31cb406269601c (diff) | |
| download | openbsd-85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3.tar.gz openbsd-85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3.tar.bz2 openbsd-85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3.zip | |
convert RAND manuals from pod to mdoc
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 4312bdc341..0b3a08a7d3 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.43 2016/11/03 15:31:29 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.44 2016/11/03 15:48:22 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
| 4 | 4 | ||
| @@ -132,6 +132,11 @@ MAN= \ | |||
| 132 | PKCS7_sign.3 \ | 132 | PKCS7_sign.3 \ |
| 133 | PKCS7_sign_add_signer.3 \ | 133 | PKCS7_sign_add_signer.3 \ |
| 134 | PKCS7_verify.3 \ | 134 | PKCS7_verify.3 \ |
| 135 | RAND_add.3 \ | ||
| 136 | RAND_bytes.3 \ | ||
| 137 | RAND_cleanup.3 \ | ||
| 138 | RAND_load_file.3 \ | ||
| 139 | RAND_set_rand_method.3 \ | ||
| 135 | SMIME_read_PKCS7.3 \ | 140 | SMIME_read_PKCS7.3 \ |
| 136 | SMIME_write_PKCS7.3 \ | 141 | SMIME_write_PKCS7.3 \ |
| 137 | UI_new.3 \ | 142 | UI_new.3 \ |
| @@ -145,11 +150,6 @@ MAN= \ | |||
| 145 | lh_new.3 \ | 150 | lh_new.3 \ |
| 146 | 151 | ||
| 147 | GENMAN= \ | 152 | GENMAN= \ |
| 148 | RAND_add.3 \ | ||
| 149 | RAND_bytes.3 \ | ||
| 150 | RAND_cleanup.3 \ | ||
| 151 | RAND_load_file.3 \ | ||
| 152 | RAND_set_rand_method.3 \ | ||
| 153 | RC4.3 \ | 153 | RC4.3 \ |
| 154 | RIPEMD160.3 \ | 154 | RIPEMD160.3 \ |
| 155 | RSA_blinding_on.3 \ | 155 | RSA_blinding_on.3 \ |
