diff options
author | djm <> | 2009-01-05 21:36:39 +0000 |
---|---|---|
committer | djm <> | 2009-01-05 21:36:39 +0000 |
commit | 13c662ccd1d22d856f1f2defeea26dd18c0af043 (patch) | |
tree | e0d2d687fbd4e4e9eb6bc4b178ea069817f0aba4 /src/lib/libssl/crypto | |
parent | acc5957d1b6d6872ce50e4100edebccea0476481 (diff) | |
download | openbsd-13c662ccd1d22d856f1f2defeea26dd18c0af043.tar.gz openbsd-13c662ccd1d22d856f1f2defeea26dd18c0af043.tar.bz2 openbsd-13c662ccd1d22d856f1f2defeea26dd18c0af043.zip |
update to openssl-0.9.8i; tested by several, especially krw@
Diffstat (limited to 'src/lib/libssl/crypto')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 5 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/alpha/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/amd64/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/arm/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/hppa/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/i386/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/m68k/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/m88k/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/mips64/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/powerpc/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/sh/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/sparc/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/sparc64/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/arch/vax/opensslconf.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/crypto/shlib_version | 2 |
15 files changed, 43 insertions, 3 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: |
diff --git a/src/lib/libssl/crypto/arch/alpha/opensslconf.h b/src/lib/libssl/crypto/arch/alpha/opensslconf.h index 0d759a5784..58b46616b5 100644 --- a/src/lib/libssl/crypto/arch/alpha/opensslconf.h +++ b/src/lib/libssl/crypto/arch/alpha/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/amd64/opensslconf.h b/src/lib/libssl/crypto/arch/amd64/opensslconf.h index fd992553a7..b7c7908adf 100644 --- a/src/lib/libssl/crypto/arch/amd64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/amd64/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/arm/opensslconf.h b/src/lib/libssl/crypto/arch/arm/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/arm/opensslconf.h +++ b/src/lib/libssl/crypto/arch/arm/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/hppa/opensslconf.h b/src/lib/libssl/crypto/arch/hppa/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/hppa/opensslconf.h +++ b/src/lib/libssl/crypto/arch/hppa/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/i386/opensslconf.h b/src/lib/libssl/crypto/arch/i386/opensslconf.h index 98b7b58408..b93cff97fc 100644 --- a/src/lib/libssl/crypto/arch/i386/opensslconf.h +++ b/src/lib/libssl/crypto/arch/i386/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/m68k/opensslconf.h b/src/lib/libssl/crypto/arch/m68k/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/m68k/opensslconf.h +++ b/src/lib/libssl/crypto/arch/m68k/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/m88k/opensslconf.h b/src/lib/libssl/crypto/arch/m88k/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/m88k/opensslconf.h +++ b/src/lib/libssl/crypto/arch/m88k/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/mips64/opensslconf.h b/src/lib/libssl/crypto/arch/mips64/opensslconf.h index 0d759a5784..58b46616b5 100644 --- a/src/lib/libssl/crypto/arch/mips64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/mips64/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/powerpc/opensslconf.h b/src/lib/libssl/crypto/arch/powerpc/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/powerpc/opensslconf.h +++ b/src/lib/libssl/crypto/arch/powerpc/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/sh/opensslconf.h b/src/lib/libssl/crypto/arch/sh/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/sh/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sh/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/sparc/opensslconf.h b/src/lib/libssl/crypto/arch/sparc/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/sparc/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sparc/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/sparc64/opensslconf.h b/src/lib/libssl/crypto/arch/sparc64/opensslconf.h index 0d759a5784..58b46616b5 100644 --- a/src/lib/libssl/crypto/arch/sparc64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sparc64/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/arch/vax/opensslconf.h b/src/lib/libssl/crypto/arch/vax/opensslconf.h index 94d322270b..ef50032293 100644 --- a/src/lib/libssl/crypto/arch/vax/opensslconf.h +++ b/src/lib/libssl/crypto/arch/vax/opensslconf.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 9 | #endif |
10 | #ifndef OPENSSL_NO_CAPIENG | ||
11 | # define OPENSSL_NO_CAPIENG | ||
12 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 13 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 14 | # define OPENSSL_NO_CMS |
12 | #endif | 15 | #endif |
diff --git a/src/lib/libssl/crypto/shlib_version b/src/lib/libssl/crypto/shlib_version index 7791322042..84e2c2920d 100644 --- a/src/lib/libssl/crypto/shlib_version +++ b/src/lib/libssl/crypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=15 | 1 | major=16 |
2 | minor=0 | 2 | minor=0 |