diff options
author | tb <> | 2023-07-28 09:53:55 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:53:55 +0000 |
commit | d4949db8e78438e8bb53c9c1297b068ac0df7827 (patch) | |
tree | 307457e0cf8fc786fb4c80edc29a92d5677d406e /src/lib/libcrypto/Symbols.namespace | |
parent | 681b4eb7a5896143c26eac201c041f6f22357b18 (diff) | |
download | openbsd-d4949db8e78438e8bb53c9c1297b068ac0df7827.tar.gz openbsd-d4949db8e78438e8bb53c9c1297b068ac0df7827.tar.bz2 openbsd-d4949db8e78438e8bb53c9c1297b068ac0df7827.zip |
Set OPENSSL_NO_ENGINE, remove engine code
ENGINE was special. It's horrible code even by the low standards of this
library. Some ports may now try to use the stubs which will fail, but
the fallout from this should be minimal. Of course there are various
language bindings that expose the ENGINE API. OpenSSL 3 disabling ENGINE
by default will likely help fixing this at some point.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index adaac43146..b8ca3539ec 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1417,7 +1417,6 @@ _libre_ERR_get_implementation | |||
1417 | _libre_ERR_set_implementation | 1417 | _libre_ERR_set_implementation |
1418 | _libre_RAND_set_rand_method | 1418 | _libre_RAND_set_rand_method |
1419 | _libre_RAND_get_rand_method | 1419 | _libre_RAND_get_rand_method |
1420 | _libre_RAND_set_rand_engine | ||
1421 | _libre_RAND_SSLeay | 1420 | _libre_RAND_SSLeay |
1422 | _libre_ERR_load_RAND_strings | 1421 | _libre_ERR_load_RAND_strings |
1423 | _libre_ECDSA_SIG_new | 1422 | _libre_ECDSA_SIG_new |
@@ -1616,8 +1615,6 @@ _libre_TS_CONF_load_certs | |||
1616 | _libre_TS_CONF_load_key | 1615 | _libre_TS_CONF_load_key |
1617 | _libre_TS_CONF_get_tsa_section | 1616 | _libre_TS_CONF_get_tsa_section |
1618 | _libre_TS_CONF_set_serial | 1617 | _libre_TS_CONF_set_serial |
1619 | _libre_TS_CONF_set_crypto_device | ||
1620 | _libre_TS_CONF_set_default_engine | ||
1621 | _libre_TS_CONF_set_signer_cert | 1618 | _libre_TS_CONF_set_signer_cert |
1622 | _libre_TS_CONF_set_certs | 1619 | _libre_TS_CONF_set_certs |
1623 | _libre_TS_CONF_set_signer_key | 1620 | _libre_TS_CONF_set_signer_key |