summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/m_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/m_null.c')
-rw-r--r--src/lib/libcrypto/evp/m_null.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/m_null.c b/src/lib/libcrypto/evp/m_null.c
index 28634d2da5..65af387eaa 100644
--- a/src/lib/libcrypto/evp/m_null.c
+++ b/src/lib/libcrypto/evp/m_null.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: m_null.c,v 1.14 2023/07/07 19:37:53 beck Exp $ */ 1/* $OpenBSD: m_null.c,v 1.15 2024/04/09 13:52:41 beck Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -101,3 +101,4 @@ EVP_md_null(void)
101{ 101{
102 return (&null_md); 102 return (&null_md);
103} 103}
104LCRYPTO_ALIAS(EVP_md_null);