diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-09 06:49:26 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-09 06:49:26 +0000 |
commit | 7a3202921dcddc840df18a25dcc932cf0f714666 (patch) | |
tree | fa2925718e621f298946d75bbef42fe3b95388db | |
parent | 663eee4fdf676769e5b8af0fcef431c9573365a3 (diff) |
Add Xr to EVP_MD_meth_new to top level library
-rw-r--r-- | lib/libcrypto/man/evp.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/evp.3 b/lib/libcrypto/man/evp.3 index dad999fc190..6eb6ebfa337 100644 --- a/lib/libcrypto/man/evp.3 +++ b/lib/libcrypto/man/evp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: evp.3,v 1.14 2019/08/25 17:08:20 schwarze Exp $ +.\" $OpenBSD: evp.3,v 1.15 2023/07/09 06:49:25 tb Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>, @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 25 2019 $ +.Dd $Mdocdate: July 9 2023 $ .Dt EVP 3 .Os .Sh NAME @@ -192,6 +192,7 @@ operations are more efficient using the high level interfaces. .Xr EVP_DigestSignInit 3 , .Xr EVP_EncodeInit 3 , .Xr EVP_EncryptInit 3 , +.Xr EVP_MD_meth_new 3 , .Xr EVP_OpenInit 3 , .Xr EVP_PKEY_decrypt 3 , .Xr EVP_PKEY_derive 3 , |