summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorschwarze <>2023-08-25 13:26:27 +0000
committerschwarze <>2023-08-25 13:26:27 +0000
commitddf502a28b3c9006c3bb3ac8c532c6c6ac5f6fe6 (patch)
treea2a965f5effda6a49fbc968cc02d9ef6000eabcc /src/lib
parentb85d8476c405a45be47e5c1b7616f15b8f2f31a6 (diff)
downloadopenbsd-ddf502a28b3c9006c3bb3ac8c532c6c6ac5f6fe6.tar.gz
openbsd-ddf502a28b3c9006c3bb3ac8c532c6c6ac5f6fe6.tar.bz2
openbsd-ddf502a28b3c9006c3bb3ac8c532c6c6ac5f6fe6.zip
fix eight more instances of copy & paste glitches
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/EVP_add_cipher.318
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/EVP_add_cipher.3 b/src/lib/libcrypto/man/EVP_add_cipher.3
index 6fa809db6d..1d92d3c002 100644
--- a/src/lib/libcrypto/man/EVP_add_cipher.3
+++ b/src/lib/libcrypto/man/EVP_add_cipher.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_add_cipher.3,v 1.4 2023/08/25 11:43:14 tb Exp $ 1.\" $OpenBSD: EVP_add_cipher.3,v 1.5 2023/08/25 13:26:27 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -22,8 +22,8 @@
22.Nm EVP_add_cipher_alias , 22.Nm EVP_add_cipher_alias ,
23.Nm EVP_delete_cipher_alias , 23.Nm EVP_delete_cipher_alias ,
24.Nm EVP_add_digest , 24.Nm EVP_add_digest ,
25.Nm EVP_add_cipher_alias , 25.Nm EVP_add_digest_alias ,
26.Nm EVP_delete_cipher_alias 26.Nm EVP_delete_digest_alias
27.Nd maintain cipher and digest lookup by names 27.Nd maintain cipher and digest lookup by names
28.Sh SYNOPSIS 28.Sh SYNOPSIS
29.In openssl/evp.h 29.In openssl/evp.h
@@ -37,7 +37,7 @@
37.Fa "const char *alias" 37.Fa "const char *alias"
38.Fc 38.Fc
39.Ft int 39.Ft int
40.Fo EVP_remove_cipher_alias 40.Fo EVP_delete_cipher_alias
41.Fa "const char *alias" 41.Fa "const char *alias"
42.Fc 42.Fc
43.Ft int 43.Ft int
@@ -50,7 +50,7 @@
50.Fa "const char *alias" 50.Fa "const char *alias"
51.Fc 51.Fc
52.Ft int 52.Ft int
53.Fo EVP_remove_digest_alias 53.Fo EVP_delete_digest_alias
54.Fa "const char *alias" 54.Fa "const char *alias"
55.Fc 55.Fc
56.Sh DESCRIPTION 56.Sh DESCRIPTION
@@ -79,7 +79,7 @@ the type
79.Pp 79.Pp
80.Fn EVP_add_cipher_alias 80.Fn EVP_add_cipher_alias
81and 81and
82.Fn EVP_remove_cipher_alias 82.Fn EVP_delete_cipher_alias
83add and remove the 83add and remove the
84.Fa alias 84.Fa alias
85for the cipher 85for the cipher
@@ -131,7 +131,7 @@ The aliases are added with
131.Pp 131.Pp
132.Fn EVP_add_digest_alias 132.Fn EVP_add_digest_alias
133and 133and
134.Fn EVP_remove_digest_alias 134.Fn EVP_delete_digest_alias
135add and remove the 135add and remove the
136.Fa alias 136.Fa alias
137for the digest 137for the digest
@@ -166,9 +166,9 @@ first appeared in OpenSSL 0.9.0 and have been available since
166.Pp 166.Pp
167.Fn EVP_add_cipher_alias , 167.Fn EVP_add_cipher_alias ,
168.Fn EVP_delete_cipher_alias , 168.Fn EVP_delete_cipher_alias ,
169.Fn EVP_add_cipher_alias , 169.Fn EVP_add_digest_alias ,
170and 170and
171.Fn EVP_delete_cipher_alias 171.Fn EVP_delete_digest_alias
172first appeared in OpenSSL 0.9.4 and have been available since 172first appeared in OpenSSL 0.9.4 and have been available since
173.Ox 2.6 . 173.Ox 2.6 .
174.Sh BUGS 174.Sh BUGS