summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/opensslconf.h')
-rw-r--r--src/lib/libcrypto/opensslconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslconf.h b/src/lib/libcrypto/opensslconf.h
index c21b3913f0..b18f4da496 100644
--- a/src/lib/libcrypto/opensslconf.h
+++ b/src/lib/libcrypto/opensslconf.h
@@ -5,6 +5,9 @@
5#ifndef OPENSSL_DOING_MAKEDEPEND 5#ifndef OPENSSL_DOING_MAKEDEPEND
6 6
7 7
8#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
9# define OPENSSL_NO_EC_NISTP_64_GCC_128
10#endif
8#ifndef OPENSSL_NO_GMP 11#ifndef OPENSSL_NO_GMP
9# define OPENSSL_NO_GMP 12# define OPENSSL_NO_GMP
10#endif 13#endif
@@ -23,6 +26,9 @@
23#ifndef OPENSSL_NO_RFC3779 26#ifndef OPENSSL_NO_RFC3779
24# define OPENSSL_NO_RFC3779 27# define OPENSSL_NO_RFC3779
25#endif 28#endif
29#ifndef OPENSSL_NO_SCTP
30# define OPENSSL_NO_SCTP
31#endif
26#ifndef OPENSSL_NO_STORE 32#ifndef OPENSSL_NO_STORE
27# define OPENSSL_NO_STORE 33# define OPENSSL_NO_STORE
28#endif 34#endif
@@ -38,6 +44,9 @@
38 who haven't had the time to do the appropriate changes in their 44 who haven't had the time to do the appropriate changes in their
39 applications. */ 45 applications. */
40#ifdef OPENSSL_ALGORITHM_DEFINES 46#ifdef OPENSSL_ALGORITHM_DEFINES
47# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128)
48# define NO_EC_NISTP_64_GCC_128
49# endif
41# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) 50# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
42# define NO_GMP 51# define NO_GMP
43# endif 52# endif
@@ -56,6 +65,9 @@
56# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) 65# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779)
57# define NO_RFC3779 66# define NO_RFC3779
58# endif 67# endif
68# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
69# define NO_SCTP
70# endif
59# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) 71# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
60# define NO_STORE 72# define NO_STORE
61# endif 73# endif