diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/src/crypto/cryptlib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libssl/src/crypto/cryptlib.h b/src/lib/libssl/src/crypto/cryptlib.h index 5ceaa964b5..6f59e08ca6 100644 --- a/src/lib/libssl/src/crypto/cryptlib.h +++ b/src/lib/libssl/src/crypto/cryptlib.h | |||
| @@ -64,11 +64,6 @@ | |||
| 64 | 64 | ||
| 65 | #include "e_os.h" | 65 | #include "e_os.h" |
| 66 | 66 | ||
| 67 | #ifdef OPENSSL_USE_APPLINK | ||
| 68 | #define BIO_FLAGS_UPLINK 0x8000 | ||
| 69 | #include "ms/uplink.h" | ||
| 70 | #endif | ||
| 71 | |||
| 72 | #include <openssl/crypto.h> | 67 | #include <openssl/crypto.h> |
| 73 | #include <openssl/buffer.h> | 68 | #include <openssl/buffer.h> |
| 74 | #include <openssl/bio.h> | 69 | #include <openssl/bio.h> |
| @@ -98,12 +93,9 @@ extern "C" { | |||
| 98 | #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) | 93 | #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) |
| 99 | #define HEX_SIZE(type) (sizeof(type)*2) | 94 | #define HEX_SIZE(type) (sizeof(type)*2) |
| 100 | 95 | ||
| 101 | void OPENSSL_cpuid_setup(void); | ||
| 102 | extern unsigned long OPENSSL_ia32cap_P; | ||
| 103 | void OPENSSL_showfatal(const char *,...); | 96 | void OPENSSL_showfatal(const char *,...); |
| 104 | void *OPENSSL_stderr(void); | 97 | void *OPENSSL_stderr(void); |
| 105 | extern int OPENSSL_NONPIC_relocated; | 98 | extern int OPENSSL_NONPIC_relocated; |
| 106 | int OPENSSL_isservice(void); | ||
| 107 | 99 | ||
| 108 | #ifdef __cplusplus | 100 | #ifdef __cplusplus |
| 109 | } | 101 | } |
