diff options
author | jsing <> | 2023-03-08 04:50:27 +0000 |
---|---|---|
committer | jsing <> | 2023-03-08 04:50:27 +0000 |
commit | c1e53bad96443f0f9eea47910c725fb8cb5636ac (patch) | |
tree | 3c4980fe37e68835a8cfd79b0b18e7d38f9c023b /src/lib/libcrypto/crypto_init.c | |
parent | ecd1f4763943bcfd15caa4b48ac41a4b1f90be7a (diff) | |
download | openbsd-c1e53bad96443f0f9eea47910c725fb8cb5636ac.tar.gz openbsd-c1e53bad96443f0f9eea47910c725fb8cb5636ac.tar.bz2 openbsd-c1e53bad96443f0f9eea47910c725fb8cb5636ac.zip |
Remove EC_FLAGS_DEFAULT_OCT.
The EC code has an amazing array of function pointer hooks, such that a
method can hook into almost any operation... and then there is the
EC_FLAGS_DEFAULT_OCT flag, which adds a bunch of complex code and #ifdef
so you can avoid setting three of those function pointers!
Remove EC_FLAGS_DEFAULT_OCT, the now unused flags field from EC_METHOD,
along with the various code that was wrapped in EC_FLAGS_DEFAULT_OCT,
setting the three function pointers that need to be set in each of the
EC_METHODs.
ok beck@ tb@
Diffstat (limited to 'src/lib/libcrypto/crypto_init.c')
0 files changed, 0 insertions, 0 deletions