diff options
| author | jsing <> | 2023-01-31 06:17:11 +0000 |
|---|---|---|
| committer | jsing <> | 2023-01-31 06:17:11 +0000 |
| commit | 47510f0e18d97040cb705273bf0efc640935c92f (patch) | |
| tree | baea10c3d01aeb2b887ca6de10faa0a4fab225dc /src/lib/libcrypto/arch/arm | |
| parent | 6f78a253fbb55de18a2bd420c3cb1564048ad2fa (diff) | |
| download | openbsd-47510f0e18d97040cb705273bf0efc640935c92f.tar.gz openbsd-47510f0e18d97040cb705273bf0efc640935c92f.tar.bz2 openbsd-47510f0e18d97040cb705273bf0efc640935c92f.zip | |
Remove the now empty bn_asm.c.
This rather misnamed file (bn_asm.c) previously contained the C code that
was needed to build libcrypto bignum on platforms that did not have
assembly implementations of the functions it contained.
Diffstat (limited to 'src/lib/libcrypto/arch/arm')
| -rw-r--r-- | src/lib/libcrypto/arch/arm/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/arm/Makefile.inc b/src/lib/libcrypto/arch/arm/Makefile.inc index 18772332be..c4e47c2dab 100644 --- a/src/lib/libcrypto/arch/arm/Makefile.inc +++ b/src/lib/libcrypto/arch/arm/Makefile.inc | |||
| @@ -9,7 +9,6 @@ SSLASM+= aes aes-armv4 | |||
| 9 | # bf | 9 | # bf |
| 10 | SRCS+= bf_enc.c | 10 | SRCS+= bf_enc.c |
| 11 | # bn | 11 | # bn |
| 12 | SRCS+= bn_asm.c | ||
| 13 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 12 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
| 14 | SSLASM+= bn armv4-mont | 13 | SSLASM+= bn armv4-mont |
| 15 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m | 14 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m |
