From 527ef4003f99ba0edec4b223512630fcf28f960c Mon Sep 17 00:00:00 2001 From: miod <> Date: Mon, 14 Apr 2014 04:27:50 +0000 Subject: [PATCH] Don't bother compiling files which end up containing #if OPENSSL_SYS_NOTYOURS #endif --- src/lib/libcrypto/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 368fef54..116a3d4f 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2014/04/13 23:50:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2014/04/14 04:27:50 miod Exp $ LIB= crypto @@ -221,7 +221,7 @@ SRCS+= pqueue.c # rand/ SRCS+= md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c -SRCS+= rand_win.c rand_unix.c rand_os2.c rand_nw.c +SRCS+= rand_unix.c # rc2/ SRCS+= rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c