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/Makefile | |
| 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/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 1858fa7ab2..c098b2229c 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.95 2023/01/29 14:06:58 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.96 2023/01/31 06:17:10 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -910,7 +910,6 @@ obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl | |||
| 910 | CFLAGS+=-DOPENSSL_NO_ASM | 910 | CFLAGS+=-DOPENSSL_NO_ASM |
| 911 | SRCS+= aes_core.c aes_cbc.c | 911 | SRCS+= aes_core.c aes_cbc.c |
| 912 | SRCS+= bf_enc.c | 912 | SRCS+= bf_enc.c |
| 913 | SRCS+= bn_asm.c | ||
| 914 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | 913 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c |
| 915 | SRCS+= des_enc.c fcrypt_b.c | 914 | SRCS+= des_enc.c fcrypt_b.c |
| 916 | SRCS+= rc4_enc.c rc4_skey.c | 915 | SRCS+= rc4_enc.c rc4_skey.c |
