Overview
Comment: | CONST86 isn't used anywhere |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1ae43e3550982de8ee609456491b1b93 |
User & Date: | jan.nijtmans on 2024-05-27 22:29:31 |
Other Links: | manifest | tags |
Context
2024-05-28
| ||
05:50 | Restore "license.terms" installation from tclconfig directory check-in: 761a9b9f7b user: jan.nijtmans tags: trunk | |
2024-05-27
| ||
22:29 | CONST86 isn't used anywhere check-in: 1ae43e3550 user: jan.nijtmans tags: trunk | |
22:17 | "make install-doc" doesn't work. Install "licence.terms" from src, not src/tclconfig check-in: edb2242112 user: jan.nijtmans tags: trunk | |
Changes
Modified generic/tlsInt.h from [3c340e9ca4] to [6d19035e03].
︙ | ︙ | |||
25 26 27 28 29 30 31 | #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <wincrypt.h> /* OpenSSL needs this on Windows */ #endif | < < < < < < < < < | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <wincrypt.h> /* OpenSSL needs this on Windows */ #endif #include <openssl/ssl.h> #include <openssl/err.h> #include <openssl/rand.h> #include <openssl/opensslv.h> #ifndef ECONNABORTED #define ECONNABORTED 130 /* Software caused connection abort */ |
︙ | ︙ |