diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp_names.c')
| -rw-r--r-- | src/lib/libcrypto/evp/evp_names.c | 14 |
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 | ||
| 1922 | int | 1922 | int |
| 1923 | EVP_add_cipher(const EVP_CIPHER *c) | ||
| 1924 | { | ||
| 1925 | return 1; | ||
| 1926 | } | ||
| 1927 | |||
| 1928 | int | ||
| 1929 | EVP_add_digest(const EVP_MD *md) | ||
| 1930 | { | ||
| 1931 | return 1; | ||
| 1932 | } | ||
| 1933 | |||
| 1934 | int | ||
| 1935 | OBJ_NAME_init(void) | 1923 | OBJ_NAME_init(void) |
| 1936 | { | 1924 | { |
| 1937 | OBJerror(ERR_R_DISABLED); | 1925 | OBJerror(ERR_R_DISABLED); |
