CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/18 12:03:45
Modified files: lib/libcrypto/ec: ec_curve.c Log message: Simplify EC_get_builtin_curves(). When determining the minimum of nitems and EC_CURVE_LIST_LENGTH we need neither an extra variable nor a ternary operator.