From 8227fbbb66c1dad3ea32f886ed7cb6d19fe4de31 Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 20 Nov 2014 19:19:09 +0000 Subject: Oops, make sure camellia is compiled on platforms without an arch-specific Makefile.inc (i.e. landisk and m88k) --- src/lib/libcrypto/crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.49 2014/11/18 05:31:47 miod Exp $ +# $OpenBSD: Makefile,v 1.50 2014/11/20 19:19:09 miod Exp $ LIB= crypto @@ -436,6 +436,7 @@ CFLAGS+=-DOPENSSL_NO_ASM SRCS+= aes_core.c aes_cbc.c SRCS+= bf_enc.c SRCS+= bn_asm.c +SRCS+= camellia.c cmll_cbc.c cmll_misc.c SRCS+= des_enc.c fcrypt_b.c SRCS+= rc4_enc.c rc4_skey.c #SRCS+= rc5_enc.c -- cgit v1.2.3-55-g6feb