artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1bd9f9
)
No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c
author
miod
<miod@openbsd.org>
Wed, 16 Apr 2014 19:13:01 +0000
(19:13 +0000)
committer
miod
<miod@openbsd.org>
Wed, 16 Apr 2014 19:13:01 +0000
(19:13 +0000)
gets a second trim.
lib/libcrypto/crypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/crypto/Makefile
b/lib/libcrypto/crypto/Makefile
index
3692e73
..
df7304c
100644
(file)
--- a/
lib/libcrypto/crypto/Makefile
+++ b/
lib/libcrypto/crypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
6 2014/04/16 18:47:5
1 miod Exp $
+# $OpenBSD: Makefile,v 1.1
7 2014/04/16 19:13:0
1 miod Exp $
LIB= crypto
@@
-24,7
+24,7
@@
CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H
PICFLAG=-fPIC
.endif
-CFLAGS+= -DTERMIOS
-DANSI_SOURCE -DNO_ERR
+CFLAGS+= -DTERMIOS
# Hardware engines
CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this?