diff options
author | schwarze <> | 2023-09-12 16:26:30 +0000 |
---|---|---|
committer | schwarze <> | 2023-09-12 16:26:30 +0000 |
commit | 2e2601748c263a04a5c844df5496cb606fd382a1 (patch) | |
tree | 499f004de57fe932cc0dc4b85e2b52c0f2e59df0 /src | |
parent | 003897167ecdeffbddede34cf22c43328f261be7 (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
235 | and | 235 | and |
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 |
238 | This flag is reserved for used-defined | 238 | This flag is reserved for user-defined |
239 | .Vt EVP_MD | 239 | .Vt EVP_MD |
240 | objects supporting custom | 240 | objects supporting custom |
241 | .Vt DigestAlgorithmIdentifier | 241 | .Vt DigestAlgorithmIdentifier |