Differences From Artifact [be5af53e3f]:
- File generic/tlsInt.h — part of check-in [3848af25d2] at 2024-12-29 04:18:00 on branch main — Renamed BIO read/write functions to input/output to avoid confusion with API names. Added PKI and Certificates section to docs. Added/updated comments, formatting updates, etc. (user: bohagan, size: 8675) [annotate] [blame] [check-ins using]
To Artifact [02080990ee]:
- File generic/tlsInt.h — part of check-in [7a43d021a4] at 2025-01-02 23:36:11 on branch tls-2.0 — Changed the default for the -require option to true. (user: bohagan, size: 8675) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | #include <openssl/rand.h> #include <openssl/opensslv.h> /* Windows needs to know which symbols to export. */ #ifdef BUILD_tls #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLEXPORT |
︙ |