diff options
Diffstat (limited to 'src/lib/libssl/crypto/arch')
| -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 |
13 files changed, 39 insertions, 0 deletions
diff --git a/src/lib/libssl/crypto/arch/alpha/opensslconf.h b/src/lib/libssl/crypto/arch/alpha/opensslconf.h index 58b46616b5..ca34d461b8 100644 --- a/src/lib/libssl/crypto/arch/alpha/opensslconf.h +++ b/src/lib/libssl/crypto/arch/alpha/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/amd64/opensslconf.h b/src/lib/libssl/crypto/arch/amd64/opensslconf.h index b7c7908adf..d05bb8670f 100644 --- a/src/lib/libssl/crypto/arch/amd64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/amd64/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/arm/opensslconf.h b/src/lib/libssl/crypto/arch/arm/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/arm/opensslconf.h +++ b/src/lib/libssl/crypto/arch/arm/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/hppa/opensslconf.h b/src/lib/libssl/crypto/arch/hppa/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/hppa/opensslconf.h +++ b/src/lib/libssl/crypto/arch/hppa/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/i386/opensslconf.h b/src/lib/libssl/crypto/arch/i386/opensslconf.h index b93cff97fc..63ee314704 100644 --- a/src/lib/libssl/crypto/arch/i386/opensslconf.h +++ b/src/lib/libssl/crypto/arch/i386/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/m68k/opensslconf.h b/src/lib/libssl/crypto/arch/m68k/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/m68k/opensslconf.h +++ b/src/lib/libssl/crypto/arch/m68k/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/m88k/opensslconf.h b/src/lib/libssl/crypto/arch/m88k/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/m88k/opensslconf.h +++ b/src/lib/libssl/crypto/arch/m88k/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/mips64/opensslconf.h b/src/lib/libssl/crypto/arch/mips64/opensslconf.h index 58b46616b5..ca34d461b8 100644 --- a/src/lib/libssl/crypto/arch/mips64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/mips64/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/powerpc/opensslconf.h b/src/lib/libssl/crypto/arch/powerpc/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/powerpc/opensslconf.h +++ b/src/lib/libssl/crypto/arch/powerpc/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/sh/opensslconf.h b/src/lib/libssl/crypto/arch/sh/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/sh/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sh/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/sparc/opensslconf.h b/src/lib/libssl/crypto/arch/sparc/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/sparc/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sparc/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/sparc64/opensslconf.h b/src/lib/libssl/crypto/arch/sparc64/opensslconf.h index 58b46616b5..ca34d461b8 100644 --- a/src/lib/libssl/crypto/arch/sparc64/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sparc64/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
diff --git a/src/lib/libssl/crypto/arch/vax/opensslconf.h b/src/lib/libssl/crypto/arch/vax/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/vax/opensslconf.h +++ b/src/lib/libssl/crypto/arch/vax/opensslconf.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
| 18 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_JPAKE | ||
| 20 | # define OPENSSL_NO_JPAKE | ||
| 21 | #endif | ||
| 19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 21 | #endif | 24 | #endif |
