diff options
| author | tb <> | 2022-11-09 22:52:51 +0000 |
|---|---|---|
| committer | tb <> | 2022-11-09 22:52:51 +0000 |
| commit | cb1a13dca24ad9d305e999dab8b452335e27273f (patch) | |
| tree | de5117376c563f4f750866c0ab0c45cd60027648 /src/lib/libcrypto/Makefile | |
| parent | 5ce3c73d894cdbc34b71c884bd83e0b98eb8c608 (diff) | |
| download | openbsd-cb1a13dca24ad9d305e999dab8b452335e27273f.tar.gz openbsd-cb1a13dca24ad9d305e999dab8b452335e27273f.tar.bz2 openbsd-cb1a13dca24ad9d305e999dab8b452335e27273f.zip | |
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
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d3daf29970..818b2c2c14 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.80 2022/11/08 12:56:00 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.81 2022/11/09 22:52:51 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -91,7 +91,7 @@ SRCS+= bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c | |||
| 91 | SRCS+= bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c | 91 | SRCS+= bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c |
| 92 | SRCS+= bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c | 92 | SRCS+= bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c |
| 93 | SRCS+= bn_depr.c bn_const.c bn_x931p.c | 93 | SRCS+= bn_depr.c bn_const.c bn_x931p.c |
| 94 | SRCS+= bn_bpsw.c bn_isqrt.c | 94 | SRCS+= bn_bpsw.c bn_isqrt.c bn_small_primes.c |
| 95 | 95 | ||
| 96 | # buffer/ | 96 | # buffer/ |
| 97 | SRCS+= buffer.c buf_err.c buf_str.c | 97 | SRCS+= buffer.c buf_err.c buf_str.c |
