Browse Source

Oops, make sure camellia is compiled on platforms without an arch-specific

Makefile.inc (i.e. landisk and m88k)
OPENBSD_5_7
miod 9 years ago
parent
commit
f67d7bbb99
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libcrypto/crypto/Makefile

+ 2
- 1
src/lib/libcrypto/crypto/Makefile View File

@ -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


Loading…
Cancel
Save