diff options
| author | miod <> | 2014-11-20 19:19:09 +0000 |
|---|---|---|
| committer | miod <> | 2014-11-20 19:19:09 +0000 |
| commit | 0756f4d6600a6a1bc7ea507aea3d13f405a4a3af (patch) | |
| tree | d1090dff34c383c462acb8c320842ff8c33d351d | |
| parent | 62df0df7350aeb1dd94b2a9d31ce6329839a6c0a (diff) | |
| download | openbsd-0756f4d6600a6a1bc7ea507aea3d13f405a4a3af.tar.gz openbsd-0756f4d6600a6a1bc7ea507aea3d13f405a4a3af.tar.bz2 openbsd-0756f4d6600a6a1bc7ea507aea3d13f405a4a3af.zip | |
Oops, make sure camellia is compiled on platforms without an arch-specific
Makefile.inc (i.e. landisk and m88k)
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 7895dbddd8..c6b7c6db46 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.49 2014/11/18 05:31:47 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.50 2014/11/20 19:19:09 miod Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -436,6 +436,7 @@ CFLAGS+=-DOPENSSL_NO_ASM | |||
| 436 | SRCS+= aes_core.c aes_cbc.c | 436 | SRCS+= aes_core.c aes_cbc.c |
| 437 | SRCS+= bf_enc.c | 437 | SRCS+= bf_enc.c |
| 438 | SRCS+= bn_asm.c | 438 | SRCS+= bn_asm.c |
| 439 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | ||
| 439 | SRCS+= des_enc.c fcrypt_b.c | 440 | SRCS+= des_enc.c fcrypt_b.c |
| 440 | SRCS+= rc4_enc.c rc4_skey.c | 441 | SRCS+= rc4_enc.c rc4_skey.c |
| 441 | #SRCS+= rc5_enc.c | 442 | #SRCS+= rc5_enc.c |
