artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b38dea
)
Use !defined() rather than empty().
author
miod
<miod@openbsd.org>
Thu, 17 Apr 2014 22:06:19 +0000
(22:06 +0000)
committer
miod
<miod@openbsd.org>
Thu, 17 Apr 2014 22:06:19 +0000
(22:06 +0000)
lib/libcrypto/crypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/crypto/Makefile
b/lib/libcrypto/crypto/Makefile
index
c652cdd
..
3063963
100644
(file)
--- a/
lib/libcrypto/crypto/Makefile
+++ b/
lib/libcrypto/crypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
1 2014/04/17 20:43:42 tedu
Exp $
+# $OpenBSD: Makefile,v 1.2
2 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