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/powerpc64 | |
| 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/powerpc64')
| -rw-r--r-- | src/lib/libcrypto/arch/powerpc64/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/powerpc64/Makefile.inc b/src/lib/libcrypto/arch/powerpc64/Makefile.inc index 51e1c569dc..fe19069ee0 100644 --- a/src/lib/libcrypto/arch/powerpc64/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.5 2023/01/17 15:04:27 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.6 2023/01/31 06:17:10 jsing Exp $ |
| 2 | 2 | ||
| 3 | # powerpc-specific libcrypto build rules | 3 | # powerpc-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -10,7 +10,6 @@ SRCS+= aes_core.c aes_cbc.c | |||
| 10 | # bf | 10 | # bf |
| 11 | SRCS+= bf_enc.c | 11 | SRCS+= bf_enc.c |
| 12 | # bn | 12 | # bn |
| 13 | SRCS+= bn_asm.c | ||
| 14 | #SSLASM+= bn ppc bn-ppc | 13 | #SSLASM+= bn ppc bn-ppc |
| 15 | #SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int | 14 | #SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int |
| 16 | #SSLASM+= bn ppc64-mont ppc64-mont # bn_mul_mont_fpu64 | 15 | #SSLASM+= bn ppc64-mont ppc64-mont # bn_mul_mont_fpu64 |
