summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_names.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/evp/evp_names.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp_names.c b/src/lib/libcrypto/evp/evp_names.c
index 26e1df2f87..b09f71b4c4 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.5 2024/01/13 12:13:17 tb Exp $ */ 1/* $OpenBSD: evp_names.c,v 1.6 2024/01/13 12:15:27 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -1771,3 +1771,19 @@ void
1771EVP_cleanup(void) 1771EVP_cleanup(void)
1772{ 1772{
1773} 1773}
1774
1775/*
1776 * XXX - Remove all the garbage below in the next bump.
1777 */
1778
1779int
1780EVP_add_cipher(const EVP_CIPHER *c)
1781{
1782 return 1;
1783}
1784
1785int
1786EVP_add_digest(const EVP_MD *md)
1787{
1788 return 1;
1789}