summaryrefslogtreecommitdiff
path: root/lib/libcrypto/err
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-03-24 06:05:42 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-03-24 06:05:42 +0000
commit4a55b31e374e84542e82cb98e4331a3a350c62ea (patch)
tree414de2930cc50133da24e2fbbef2140782a099f4 /lib/libcrypto/err
parenta042eb0eec95d0c338b71318b47170f14f7f6715 (diff)
Bye bye gost, bye, bye turdiness
ok beck
Diffstat (limited to 'lib/libcrypto/err')
-rw-r--r--lib/libcrypto/err/err_all.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcrypto/err/err_all.c b/lib/libcrypto/err/err_all.c
index 56276abb0d9..ea6c0af409b 100644
--- a/lib/libcrypto/err/err_all.c
+++ b/lib/libcrypto/err/err_all.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: err_all.c,v 1.34 2024/03/02 13:39:28 tb Exp $ */
+/* $OpenBSD: err_all.c,v 1.35 2024/03/24 06:05:41 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -125,9 +125,6 @@ ERR_load_crypto_strings_internal(void)
ERR_load_EC_strings();
#endif
ERR_load_EVP_strings();
-#ifndef OPENSSL_NO_GOST
- ERR_load_GOST_strings();
-#endif
ERR_load_KDF_strings();
ERR_load_OBJ_strings();
ERR_load_OCSP_strings();