diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-13 15:00:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-13 15:00:23 +0000 |
commit | 2323e91475b2f8a88b6097f817d279a931772e20 (patch) | |
tree | c1814954571dbdff804bd0d0fcd71a49f9457712 /lib/libcrypto/man/PKCS7_verify.3 | |
parent | 6f88b5aee182d43e70d72be4fceff94a4a83cca3 (diff) |
tweak SEE ALSO; in particular,
make sure that all PKCS7 pages point to PKCS7_new(3)
Diffstat (limited to 'lib/libcrypto/man/PKCS7_verify.3')
-rw-r--r-- | lib/libcrypto/man/PKCS7_verify.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/PKCS7_verify.3 b/lib/libcrypto/man/PKCS7_verify.3 index 75f87feae27..f046a0b84b0 100644 --- a/lib/libcrypto/man/PKCS7_verify.3 +++ b/lib/libcrypto/man/PKCS7_verify.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_verify.3,v 1.4 2016/11/28 23:27:55 schwarze Exp $ +.\" $OpenBSD: PKCS7_verify.3,v 1.5 2016/12/13 15:00:22 schwarze Exp $ .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 28 2016 $ +.Dd $Mdocdate: December 13 2016 $ .Dt PKCS7_VERIFY 3 .Os .Sh NAME @@ -225,6 +225,7 @@ The error can be obtained from .Xr ERR_get_error 3 . .Sh SEE ALSO .Xr ERR_get_error 3 , +.Xr PKCS7_new 3 , .Xr PKCS7_sign 3 .Sh HISTORY .Fn PKCS7_verify |