Browse Source

Make libssl and libcrypto compile with -Werror

ok miod@
OPENBSD_5_6
beck 10 years ago
parent
commit
e96a30fc99
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,11 +1,11 @@
# $OpenBSD: Makefile,v 1.26 2014/04/18 19:41:21 miod Exp $
# $OpenBSD: Makefile,v 1.27 2014/04/23 05:13:57 beck Exp $
LIB= crypto
SSL_SRC= ${.CURDIR}/../../libssl/src
LCRYPTO_SRC= ${SSL_SRC}/crypto
CFLAGS+= -Wall
CFLAGS+= -Wall -Werror
.include <bsd.own.mk> # for 'NOPIC' definition
.if !defined(NOPIC)


Loading…
Cancel
Save