CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/11/09 15:52:51
Modified files: lib/libcrypto : Makefile lib/libcrypto/bn: bn_prime.c bn_prime.h bn_prime.pl Added files: lib/libcrypto/bn: bn_small_primes.c Log message: Move table in bn_primes.h to a .c file and get rid of prime_t This way we deduplicate two inclusions of the same big table and eliminate lots of stupid casts. input and ok many