or the !SSLASM list of files applies. This allows for an arch-specific
Makefile.inc to not specify SSLASM.
-# $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
.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