summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-09 06:47:51 +0000
committertb <>2023-07-09 06:47:51 +0000
commit576d3c3384300dbab319641b65b1a4255e3ab96c (patch)
tree6772af28941d2d79578bdc9ed6c21c9140d1c473 /src
parentd60f779e992e9b626b5ae2a98853e37e9b2ae139 (diff)
downloadopenbsd-576d3c3384300dbab319641b65b1a4255e3ab96c.tar.gz
openbsd-576d3c3384300dbab319641b65b1a4255e3ab96c.tar.bz2
openbsd-576d3c3384300dbab319641b65b1a4255e3ab96c.zip
Fix OpenBSD release
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_MD_meth_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_MD_meth_new.3 b/src/lib/libcrypto/man/EVP_MD_meth_new.3
index 704c516107..d6720ef8bc 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.1 2023/07/08 20:01:26 tb Exp $ 1.\" $OpenBSD: EVP_MD_meth_new.3,v 1.2 2023/07/09 06:47:51 tb 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.\"
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: July 8 2023 $ 52.Dd $Mdocdate: July 9 2023 $
53.Dt EVP_MD_METH_NEW 3 53.Dt EVP_MD_METH_NEW 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -289,4 +289,4 @@ functions return 1.
289.Sh HISTORY 289.Sh HISTORY
290All these functions 290All these functions
291first appeared in OpenSSL 1.1.0 and have been available since 291first appeared in OpenSSL 1.1.0 and have been available since
292.Ox 7.0 . 292.Ox 7.1 .