Browse Source

Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,

or the !SSLASM list of files applies. This allows for an arch-specific
Makefile.inc to not specify SSLASM.
OPENBSD_5_6
miod 10 years ago
parent
commit
974c31ca77
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      src/lib/libcrypto/crypto/Makefile

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

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2014/05/01 17:08:57 miod Exp $
# $OpenBSD: Makefile,v 1.31 2014/05/04 17:12:19 miod Exp $
LIB= crypto
@ -427,9 +427,7 @@ obj_dat.h: obj_mac.h
.if exists (${.CURDIR}/arch/${MACHINE_CPU}/Makefile.inc)
.include "${.CURDIR}/arch/${MACHINE_CPU}/Makefile.inc"
.endif
.if !defined(SSLASM)
.else
CFLAGS+=-DOPENSSL_NO_ASM
SRCS+= aes_core.c aes_cbc.c
SRCS+= bf_enc.c


Loading…
Cancel
Save