Browse Source

No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c

gets a second trim.
OPENBSD_5_6
miod 10 years ago
parent
commit
e34477ae2d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libcrypto/crypto/Makefile

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

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2014/04/16 18:47:51 miod Exp $
# $OpenBSD: Makefile,v 1.17 2014/04/16 19:13:01 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?


Loading…
Cancel
Save