diff options
| author | miod <> | 2014-04-14 04:27:50 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-14 04:27:50 +0000 |
| commit | 33ff8be8151877282a99d3ebee9ab2843f0a2356 (patch) | |
| tree | ea40eca9f3a9602136327257bb1c0bf263fd4a60 /src/lib/libcrypto/crypto | |
| parent | 8a7c512e1a33cc783f0d59f782748edcf7250f87 (diff) | |
| download | openbsd-33ff8be8151877282a99d3ebee9ab2843f0a2356.tar.gz openbsd-33ff8be8151877282a99d3ebee9ab2843f0a2356.tar.bz2 openbsd-33ff8be8151877282a99d3ebee9ab2843f0a2356.zip | |
Don't bother compiling files which end up containing
#if OPENSSL_SYS_NOTYOURS
<whole file>
#endif
Diffstat (limited to 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 368fef5405..116a3d4fd0 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2014/04/13 23:50:03 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2014/04/14 04:27:50 miod Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -221,7 +221,7 @@ SRCS+= pqueue.c | |||
| 221 | 221 | ||
| 222 | # rand/ | 222 | # rand/ |
| 223 | SRCS+= md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c | 223 | SRCS+= md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c |
| 224 | SRCS+= rand_win.c rand_unix.c rand_os2.c rand_nw.c | 224 | SRCS+= rand_unix.c |
| 225 | 225 | ||
| 226 | # rc2/ | 226 | # rc2/ |
| 227 | SRCS+= rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c | 227 | SRCS+= rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c |
