diff options
| author | schwarze <> | 2016-12-13 14:31:55 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-13 14:31:55 +0000 |
| commit | 0f63f3483353f6878b5ce9b564f3eaa4c22e0fa3 (patch) | |
| tree | 2d381fd62b08c4c6cdf07916359d8571f47d178e /src/lib/libcrypto/man/Makefile | |
| parent | 4be3c7bb0b60a3aeb42d3c810b2c253f94d17dfc (diff) | |
| download | openbsd-0f63f3483353f6878b5ce9b564f3eaa4c22e0fa3.tar.gz openbsd-0f63f3483353f6878b5ce9b564f3eaa4c22e0fa3.tar.bz2 openbsd-0f63f3483353f6878b5ce9b564f3eaa4c22e0fa3.zip | |
Write PKCS7_new(3) manual page from scratch. All the functions are
public: listed in <openssl/pkcs7.h> and OpenSSL doc/man3/X509_dup.pod.
Note that the OpenSSL documentation specifies the wrong header file.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 300051f921..2c70b7ec37 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.75 2016/12/12 22:48:02 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.76 2016/12/13 14:31:55 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -145,6 +145,7 @@ MAN= \ | |||
| 145 | PKCS5_PBKDF2_HMAC.3 \ | 145 | PKCS5_PBKDF2_HMAC.3 \ |
| 146 | PKCS7_decrypt.3 \ | 146 | PKCS7_decrypt.3 \ |
| 147 | PKCS7_encrypt.3 \ | 147 | PKCS7_encrypt.3 \ |
| 148 | PKCS7_new.3 \ | ||
| 148 | PKCS7_sign.3 \ | 149 | PKCS7_sign.3 \ |
| 149 | PKCS7_sign_add_signer.3 \ | 150 | PKCS7_sign_add_signer.3 \ |
| 150 | PKCS7_verify.3 \ | 151 | PKCS7_verify.3 \ |
