From 2ba0717d7067d20e1175c3fb444df23f35782d8d Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 13:39:28 +0000 Subject: Remove some GOST relics --- src/lib/libcrypto/err/err_all.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libcrypto/err/err_all.c') diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index 4829e46a1a..56276abb0d 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err_all.c,v 1.33 2023/11/19 15:46:09 tb Exp $ */ +/* $OpenBSD: err_all.c,v 1.34 2024/03/02 13:39:28 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -94,9 +94,6 @@ #ifndef OPENSSL_NO_RSA #include #endif -#ifndef OPENSSL_NO_GOST -#include -#endif void ERR_load_ERR_strings_internal(void); -- cgit v1.2.3-55-g6feb