diff options
| author | djm <> | 2009-01-05 21:36:39 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-05 21:36:39 +0000 |
| commit | 3be551b5922b665fd4e18cd65b857b9f92a0b6c8 (patch) | |
| tree | e0d2d687fbd4e4e9eb6bc4b178ea069817f0aba4 /src/lib/libssl/crypto/Makefile | |
| parent | 822633f8798a6b4646a8b092e7c67f511cdbdba2 (diff) | |
| download | openbsd-3be551b5922b665fd4e18cd65b857b9f92a0b6c8.tar.gz openbsd-3be551b5922b665fd4e18cd65b857b9f92a0b6c8.tar.bz2 openbsd-3be551b5922b665fd4e18cd65b857b9f92a0b6c8.zip | |
update to openssl-0.9.8i; tested by several, especially krw@
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
| -rw-r--r-- | src/lib/libssl/crypto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 114e1fc1d4..b1677cd664 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.49 2008/09/08 07:23:38 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.50 2009/01/05 21:36:37 djm Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | WANTLINT= | 4 | WANTLINT= |
| @@ -36,6 +36,7 @@ CFLAGS+= -DOPENSSL_NO_MDC2 | |||
| 36 | CFLAGS+= -DOPENSSL_NO_HW_4758_CCA | 36 | CFLAGS+= -DOPENSSL_NO_HW_4758_CCA |
| 37 | CFLAGS+= -DOPENSSL_NO_HW_AEP | 37 | CFLAGS+= -DOPENSSL_NO_HW_AEP |
| 38 | CFLAGS+= -DOPENSSL_NO_HW_ATALLA | 38 | CFLAGS+= -DOPENSSL_NO_HW_ATALLA |
| 39 | CFLAGS+= -DOPENSSL_NO_CAPIENG | ||
| 39 | CFLAGS+= -DOPENSSL_NO_HW_CSWIFT | 40 | CFLAGS+= -DOPENSSL_NO_HW_CSWIFT |
| 40 | CFLAGS+= -DOPENSSL_NO_HW_NCIPHER | 41 | CFLAGS+= -DOPENSSL_NO_HW_NCIPHER |
| 41 | CFLAGS+= -DOPENSSL_NO_HW_NURON | 42 | CFLAGS+= -DOPENSSL_NO_HW_NURON |
| @@ -307,7 +308,7 @@ obj_dat.h: obj_mac.h | |||
| 307 | /usr/bin/perl ${SSL_OBJECTS}/obj_dat.pl obj_mac.h obj_dat.h | 308 | /usr/bin/perl ${SSL_OBJECTS}/obj_dat.pl obj_mac.h obj_dat.h |
| 308 | 309 | ||
| 309 | .if (${MACHINE_ARCH} == "vax") | 310 | .if (${MACHINE_ARCH} == "vax") |
| 310 | # egcs bombs optimising this file on vax | 311 | # egcs bombs optimising these files |
| 311 | a_strnid.o: | 312 | a_strnid.o: |
| 312 | ${CC} ${CFLAGS} -O0 ${CPPFLAGS} -c ${.IMPSRC} | 313 | ${CC} ${CFLAGS} -O0 ${CPPFLAGS} -c ${.IMPSRC} |
| 313 | a_strnid.po: | 314 | a_strnid.po: |
