diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index f1367e9e62..ddc8b05686 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypto.3,v 1.30 2024/12/07 19:22:15 schwarze Exp $ | 1 | .\" $OpenBSD: crypto.3,v 1.31 2025/04/25 20:04:09 tb Exp $ |
2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 | 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: December 7 2024 $ | 69 | .Dd $Mdocdate: April 25 2025 $ |
70 | .Dt CRYPTO 3 | 70 | .Dt CRYPTO 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -153,7 +153,7 @@ error reporting: see | |||
153 | include | 153 | include |
154 | .Xr BIO_f_buffer 3 , | 154 | .Xr BIO_f_buffer 3 , |
155 | .Xr BN_new 3 , | 155 | .Xr BN_new 3 , |
156 | .Xr EC_GROUP_new 3 , | 156 | .Xr EC_GROUP_new_by_curve_name 3 , |
157 | .Xr lh_new 3 , | 157 | .Xr lh_new 3 , |
158 | and | 158 | and |
159 | .Xr STACK_OF 3 . | 159 | .Xr STACK_OF 3 . |