summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_names.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp_names.c')
-rw-r--r--src/lib/libcrypto/evp/evp_names.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libcrypto/evp/evp_names.c b/src/lib/libcrypto/evp/evp_names.c
index cf57a4aa56..a3af2ed1a6 100644
--- a/src/lib/libcrypto/evp/evp_names.c
+++ b/src/lib/libcrypto/evp/evp_names.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_names.c,v 1.8 2024/01/27 18:12:27 tb Exp $ */ 1/* $OpenBSD: evp_names.c,v 1.9 2024/03/02 09:36:40 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -1920,18 +1920,6 @@ EVP_cleanup(void)
1920 */ 1920 */
1921 1921
1922int 1922int
1923EVP_add_cipher(const EVP_CIPHER *c)
1924{
1925 return 1;
1926}
1927
1928int
1929EVP_add_digest(const EVP_MD *md)
1930{
1931 return 1;
1932}
1933
1934int
1935OBJ_NAME_init(void) 1923OBJ_NAME_init(void)
1936{ 1924{
1937 OBJerror(ERR_R_DISABLED); 1925 OBJerror(ERR_R_DISABLED);