diff options
author | schwarze <> | 2024-12-09 11:55:52 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-09 11:55:52 +0000 |
commit | 6da18a67a7664784a2b3d9e710ac413a5af11463 (patch) | |
tree | f9e8e2b8de9b88432656a6a587e4d4717af98890 /src | |
parent | c083f9957b6c856553ea194c3323055029bddb86 (diff) | |
download | openbsd-6da18a67a7664784a2b3d9e710ac413a5af11463.tar.gz openbsd-6da18a67a7664784a2b3d9e710ac413a5af11463.tar.bz2 openbsd-6da18a67a7664784a2b3d9e710ac413a5af11463.zip |
insert a forgotten .Dv macro
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EVP_chacha20.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_chacha20.3 b/src/lib/libcrypto/man/EVP_chacha20.3 index 8d0be1ed64..8fc79dbf2b 100644 --- a/src/lib/libcrypto/man/EVP_chacha20.3 +++ b/src/lib/libcrypto/man/EVP_chacha20.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_chacha20.3,v 1.7 2023/09/12 13:58:06 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_chacha20.3,v 1.8 2024/12/09 11:55:52 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 | 2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: September 12 2023 $ | 68 | .Dd $Mdocdate: December 9 2024 $ |
69 | .Dt EVP_CHACHA20 3 | 69 | .Dt EVP_CHACHA20 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -181,7 +181,7 @@ If the | |||
181 | argument is a | 181 | argument is a |
182 | .Dv NULL | 182 | .Dv NULL |
183 | pointer, this control operation succeeds without having any effect. | 183 | pointer, this control operation succeeds without having any effect. |
184 | .It EVP_CTRL_AEAD_SET_IV_FIXED | 184 | .It Dv EVP_CTRL_AEAD_SET_IV_FIXED |
185 | Set the initialization vector by reading the 12 bytes pointed to by the | 185 | Set the initialization vector by reading the 12 bytes pointed to by the |
186 | .Fa ptr | 186 | .Fa ptr |
187 | argument, independently of | 187 | argument, independently of |