diff options
| author | tb <> | 2023-04-25 17:42:07 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-25 17:42:07 +0000 |
| commit | c99645e206c6a6fd786d7548a1c886d5b2d6c9cb (patch) | |
| tree | 6dff91fd2b36aed111abc1147137b91c71f95e39 /src/lib/libcrypto/Makefile | |
| parent | dfacb5f80885e54f09c7b607c4c2aa10d9f2d2cb (diff) | |
| download | openbsd-c99645e206c6a6fd786d7548a1c886d5b2d6c9cb.tar.gz openbsd-c99645e206c6a6fd786d7548a1c886d5b2d6c9cb.tar.bz2 openbsd-c99645e206c6a6fd786d7548a1c886d5b2d6c9cb.zip | |
Remove the horror show that is bn_nist and ecp_nist
This code is full of problematic C and is also otherwise of questionable
quality. It is far from constant time and jsing informs me it also isn't
faster. Good riddance.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 87b699bb2f..a993755d24 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.110 2023/04/25 16:50:33 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.111 2023/04/25 17:42:07 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -196,7 +196,6 @@ SRCS+= bn_mod.c | |||
| 196 | SRCS+= bn_mod_sqrt.c | 196 | SRCS+= bn_mod_sqrt.c |
| 197 | SRCS+= bn_mont.c | 197 | SRCS+= bn_mont.c |
| 198 | SRCS+= bn_mul.c | 198 | SRCS+= bn_mul.c |
| 199 | #SRCS+= bn_nist.c | ||
| 200 | SRCS+= bn_prime.c | 199 | SRCS+= bn_prime.c |
| 201 | SRCS+= bn_rand.c | 200 | SRCS+= bn_rand.c |
| 202 | SRCS+= bn_recp.c | 201 | SRCS+= bn_recp.c |
| @@ -353,7 +352,6 @@ SRCS+= ec_pmeth.c | |||
| 353 | SRCS+= ec_print.c | 352 | SRCS+= ec_print.c |
| 354 | SRCS+= eck_prn.c | 353 | SRCS+= eck_prn.c |
| 355 | SRCS+= ecp_mont.c | 354 | SRCS+= ecp_mont.c |
| 356 | #SRCS+= ecp_nist.c | ||
| 357 | SRCS+= ecp_oct.c | 355 | SRCS+= ecp_oct.c |
| 358 | SRCS+= ecp_smpl.c | 356 | SRCS+= ecp_smpl.c |
| 359 | SRCS+= ecx_methods.c | 357 | SRCS+= ecx_methods.c |
