diff options
| author | tb <> | 2023-04-15 18:23:54 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-15 18:23:54 +0000 |
| commit | aaaca473ab5066072557d54411e5d55740dd8e66 (patch) | |
| tree | 23ca337c37ae45ea9576a665126186f0b6293882 /src/lib/libcrypto/arch/amd64 | |
| parent | e00485bd79b5c92df588a19b36459e55798cabeb (diff) | |
| download | openbsd-aaaca473ab5066072557d54411e5d55740dd8e66.tar.gz openbsd-aaaca473ab5066072557d54411e5d55740dd8e66.tar.bz2 openbsd-aaaca473ab5066072557d54411e5d55740dd8e66.zip | |
Stop building GF2m assembly
GF2m support will be removed shortly. In the interim drop some of this
unused code already and let it fall back to the C implementation.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/arch/amd64')
| -rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index e9c7732691..a181d05d90 100644 --- a/src/lib/libcrypto/arch/amd64/Makefile.inc +++ b/src/lib/libcrypto/arch/amd64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.12 2023/02/16 11:13:05 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.13 2023/04/15 18:23:54 tb Exp $ |
| 2 | 2 | ||
| 3 | # amd64-specific libcrypto build rules | 3 | # amd64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -24,8 +24,6 @@ CFLAGS+= -DOPENSSL_BN_ASM_MONT | |||
| 24 | SSLASM+= bn x86_64-mont | 24 | SSLASM+= bn x86_64-mont |
| 25 | CFLAGS+= -DOPENSSL_BN_ASM_MONT5 | 25 | CFLAGS+= -DOPENSSL_BN_ASM_MONT5 |
| 26 | SSLASM+= bn x86_64-mont5 | 26 | SSLASM+= bn x86_64-mont5 |
| 27 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m | ||
| 28 | SSLASM+= bn x86_64-gf2m | ||
| 29 | 27 | ||
| 30 | # bn s2n-bignum | 28 | # bn s2n-bignum |
| 31 | SRCS += bn_arch.c | 29 | SRCS += bn_arch.c |
