diff options
author | jsing <> | 2023-03-08 04:50:27 +0000 |
---|---|---|
committer | jsing <> | 2023-03-08 04:50:27 +0000 |
commit | e1c888106b8acbf84cec67a2b091f2e917d2d79d (patch) | |
tree | 3c4980fe37e68835a8cfd79b0b18e7d38f9c023b /src/lib/libcrypto/dsa | |
parent | d0aa55ca89f010e114806ccd82c50fc6dd7f3bf0 (diff) | |
download | openbsd-e1c888106b8acbf84cec67a2b091f2e917d2d79d.tar.gz openbsd-e1c888106b8acbf84cec67a2b091f2e917d2d79d.tar.bz2 openbsd-e1c888106b8acbf84cec67a2b091f2e917d2d79d.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/dsa')
0 files changed, 0 insertions, 0 deletions