summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/names.c
diff options
context:
space:
mode:
authortb <>2024-01-13 12:13:17 +0000
committertb <>2024-01-13 12:13:17 +0000
commita4ac80c114064185440be4d124f8364ef20172d3 (patch)
treea745424ae931a5b0dd0986e95dfd597de92f2fe8 /src/lib/libcrypto/evp/names.c
parentee264f5a99b501d1ac310c9f9b52cc6bf36ec1e9 (diff)
downloadopenbsd-a4ac80c114064185440be4d124f8364ef20172d3.tar.gz
openbsd-a4ac80c114064185440be4d124f8364ef20172d3.tar.bz2
openbsd-a4ac80c114064185440be4d124f8364ef20172d3.zip
Open a garbage bin at the bottom of evp_names.c
First to move is EVP_cleanup(), which should probably be moved to an evp_lib.c if such a file is reinstated.
Diffstat (limited to 'src/lib/libcrypto/evp/names.c')
-rw-r--r--src/lib/libcrypto/evp/names.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/evp/names.c b/src/lib/libcrypto/evp/names.c
index a0b19917e1..7b5f6bad6c 100644
--- a/src/lib/libcrypto/evp/names.c
+++ b/src/lib/libcrypto/evp/names.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: names.c,v 1.29 2024/01/13 11:57:51 tb Exp $ */ 1/* $OpenBSD: names.c,v 1.30 2024/01/13 12:13:17 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 *
@@ -75,8 +75,3 @@ EVP_add_digest(const EVP_MD *md)
75{ 75{
76 return 1; 76 return 1;
77} 77}
78
79void
80EVP_cleanup(void)
81{
82}