CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/29 00:50:51
Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: Remove one of those ugly function tables The only reason there were two of them was to avoid some pointless comparisons. The gain is not worth the price.