diff options
author | 2019-06-10 14:58:48 +0000 | |
---|---|---|
committer | 2019-06-10 14:58:48 +0000 | |
commit | ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956 (patch) | |
tree | a32cc27fc6dd70e3ad3a19d10b6dc5f6ccb50fa1 /lib/libcrypto/man/EVP_DigestSignInit.3 | |
parent | Print proper ACPI version number. (diff) | |
download | wireguard-openbsd-ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956.tar.xz wireguard-openbsd-ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956.zip |
delete references to ERR pages from SEE ALSO where such
references were already given below RETURN VALUES right above
Diffstat (limited to 'lib/libcrypto/man/EVP_DigestSignInit.3')
-rw-r--r-- | lib/libcrypto/man/EVP_DigestSignInit.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EVP_DigestSignInit.3 b/lib/libcrypto/man/EVP_DigestSignInit.3 index c8988971144..4d12e9f3c48 100644 --- a/lib/libcrypto/man/EVP_DigestSignInit.3 +++ b/lib/libcrypto/man/EVP_DigestSignInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_DigestSignInit.3,v 1.6 2018/12/23 08:35:14 tb Exp $ +.\" $OpenBSD: EVP_DigestSignInit.3,v 1.7 2019/06/10 14:58:48 schwarze Exp $ .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 23 2018 $ +.Dd $Mdocdate: June 10 2019 $ .Dt EVP_DIGESTSIGNINIT 3 .Os .Sh NAME @@ -191,7 +191,6 @@ supported by the public key algorithm. The error codes can be obtained from .Xr ERR_get_error 3 . .Sh SEE ALSO -.Xr ERR 3 , .Xr evp 3 , .Xr EVP_DigestInit 3 , .Xr EVP_DigestVerifyInit 3 , |