summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_all.c
diff options
context:
space:
mode:
authortb <>2023-11-19 15:46:10 +0000
committertb <>2023-11-19 15:46:10 +0000
commit9e356d4225ee2dcd3e3eebabf384851ee547ec95 (patch)
tree9a8bf5329015d40f6a79820880c1ca7bb820bf58 /src/lib/libcrypto/err/err_all.c
parentfea63fbd7eeaebeff6720b8ec754575f90e8eb77 (diff)
downloadopenbsd-9e356d4225ee2dcd3e3eebabf384851ee547ec95.tar.gz
openbsd-9e356d4225ee2dcd3e3eebabf384851ee547ec95.tar.bz2
openbsd-9e356d4225ee2dcd3e3eebabf384851ee547ec95.zip
Unifdef OPENSSL_NO_ENGINE in libcrypto
This is mechanical apart from a few manual edits to avoid doubled empty lines. ok jsing
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
-rw-r--r--src/lib/libcrypto/err/err_all.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c
index 2c8a273f17..4829e46a1a 100644
--- a/src/lib/libcrypto/err/err_all.c
+++ b/src/lib/libcrypto/err/err_all.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: err_all.c,v 1.32 2023/07/28 09:46:36 tb Exp $ */ 1/* $OpenBSD: err_all.c,v 1.33 2023/11/19 15:46:09 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -91,9 +91,6 @@
91#ifndef OPENSSL_NO_EC 91#ifndef OPENSSL_NO_EC
92#include <openssl/ec.h> 92#include <openssl/ec.h>
93#endif 93#endif
94#ifndef OPENSSL_NO_ENGINE
95#include <openssl/engine.h>
96#endif
97#ifndef OPENSSL_NO_RSA 94#ifndef OPENSSL_NO_RSA
98#include <openssl/rsa.h> 95#include <openssl/rsa.h>
99#endif 96#endif
@@ -130,9 +127,6 @@ ERR_load_crypto_strings_internal(void)
130#ifndef OPENSSL_NO_EC 127#ifndef OPENSSL_NO_EC
131 ERR_load_EC_strings(); 128 ERR_load_EC_strings();
132#endif 129#endif
133#ifndef OPENSSL_NO_ENGINE
134 ERR_load_ENGINE_strings();
135#endif
136 ERR_load_EVP_strings(); 130 ERR_load_EVP_strings();
137#ifndef OPENSSL_NO_GOST 131#ifndef OPENSSL_NO_GOST
138 ERR_load_GOST_strings(); 132 ERR_load_GOST_strings();