summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2023-09-12 16:26:30 +0000
committerschwarze <>2023-09-12 16:26:30 +0000
commit2e2601748c263a04a5c844df5496cb606fd382a1 (patch)
tree499f004de57fe932cc0dc4b85e2b52c0f2e59df0 /src
parent003897167ecdeffbddede34cf22c43328f261be7 (diff)
downloadopenbsd-2e2601748c263a04a5c844df5496cb606fd382a1.tar.gz
openbsd-2e2601748c263a04a5c844df5496cb606fd382a1.tar.bz2
openbsd-2e2601748c263a04a5c844df5496cb606fd382a1.zip
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_MD_meth_new.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_MD_meth_new.3 b/src/lib/libcrypto/man/EVP_MD_meth_new.3
index 37b55b9e00..8a80cca06e 100644
--- a/src/lib/libcrypto/man/EVP_MD_meth_new.3
+++ b/src/lib/libcrypto/man/EVP_MD_meth_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_MD_meth_new.3,v 1.4 2023/09/12 12:11:05 schwarze Exp $ 1.\" $OpenBSD: EVP_MD_meth_new.3,v 1.5 2023/09/12 16:26:30 schwarze Exp $
2.\" selective merge up to: 2.\" selective merge up to:
3.\" OpenSSL man3/EVP_MD_meth_new 0388d212 Dec 14 12:47:07 2018 -0800 3.\" OpenSSL man3/EVP_MD_meth_new 0388d212 Dec 14 12:47:07 2018 -0800
4.\" 4.\"
@@ -235,7 +235,7 @@ and by the objects returned from
235and 235and
236.Xr EVP_sm3 3 . 236.Xr EVP_sm3 3 .
237.It Dv EVP_MD_FLAG_DIGALGID_CUSTOM 237.It Dv EVP_MD_FLAG_DIGALGID_CUSTOM
238This flag is reserved for used-defined 238This flag is reserved for user-defined
239.Vt EVP_MD 239.Vt EVP_MD
240objects supporting custom 240objects supporting custom
241.Vt DigestAlgorithmIdentifier 241.Vt DigestAlgorithmIdentifier