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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/evp/m_null.c b/src/lib/libcrypto/evp/m_null.c
index 86f5a08688..4334decb99 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.10 2021/12/12 21:30:13 tb Exp $ */ 1/* $OpenBSD: m_null.c,v 1.11 2022/01/14 08:38:06 tb 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 *
@@ -92,11 +92,6 @@ static const EVP_MD null_md = {
92 .final = final, 92 .final = final,
93 .copy = NULL, 93 .copy = NULL,
94 .cleanup = NULL, 94 .cleanup = NULL,
95 .sign = NULL,
96 .verify = NULL,
97 .required_pkey_type = {
98 0, 0, 0, 0,
99 },
100 .block_size = 0, 95 .block_size = 0,
101 .ctx_size = sizeof(EVP_MD *), 96 .ctx_size = sizeof(EVP_MD *),
102}; 97};