summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-04-17 22:06:20 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-04-17 22:06:20 +0000
commitc8b1bc11351b6001f2814ddc92cff3cc9ee074ac (patch)
tree1f959b40a9ff04b08a50e3c2ad76d9bfc125acaa /lib/libcrypto
parent1edec39da2a4577dd0a536999ff6788f871cb8de (diff)
Use !defined() rather than empty().
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile
index c652cdd400f..30639635690 100644
--- a/lib/libcrypto/crypto/Makefile
+++ b/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.21 2014/04/17 20:43:42 tedu Exp $
+# $OpenBSD: Makefile,v 1.22 2014/04/17 22:06:19 miod Exp $
LIB= crypto
@@ -433,7 +433,7 @@ obj_dat.h: obj_mac.h
.include "${.CURDIR}/arch/${MACHINE_CPU}/Makefile.inc"
.endif
-.if empty (SSLASM)
+.if !defined(SSLASM)
CFLAGS+=-DOPENSSL_NO_ASM
SRCS+= aes_core.c aes_cbc.c
SRCS+= bf_enc.c