diff options
author | 2019-06-07 19:59:11 +0000 | |
---|---|---|
committer | 2019-06-07 19:59:11 +0000 | |
commit | 16fafe355a4e67f52d104a8c575a5a81247d145e (patch) | |
tree | 4e5a87489539440868b3854727cf08e43c5b5f8c /lib/libcrypto | |
parent | Remove pointless direct backlinks from the leaf pages HMAC(3) and (diff) | |
download | wireguard-openbsd-16fafe355a4e67f52d104a8c575a5a81247d145e.tar.xz wireguard-openbsd-16fafe355a4e67f52d104a8c575a5a81247d145e.zip |
link back to evp(3), just like for the other group entry pages
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/EVP_PKEY_new.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/EVP_PKEY_new.3 b/lib/libcrypto/man/EVP_PKEY_new.3 index d3a8573522d..00ffbce95de 100644 --- a/lib/libcrypto/man/EVP_PKEY_new.3 +++ b/lib/libcrypto/man/EVP_PKEY_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_new.3,v 1.10 2019/06/06 01:06:58 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_new.3,v 1.11 2019/06/07 19:59:11 schwarze Exp $ .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 6 2019 $ +.Dd $Mdocdate: June 7 2019 $ .Dt EVP_PKEY_NEW 3 .Os .Sh NAME @@ -147,6 +147,7 @@ if an error occurred. returns 1 for success or 0 for failure. .Sh SEE ALSO .Xr d2i_PrivateKey 3 , +.Xr evp 3 , .Xr EVP_PKEY_asn1_new 3 , .Xr EVP_PKEY_cmp 3 , .Xr EVP_PKEY_CTX_new 3 , |