Commit 8216ad8
fix(ssl): export ssl_handshake_new and tls12_check_peer_sigalg
The shared-library ssl_test build failed to link against libssl.so
because the previous commit's MLDSAHandshakeTest.RejectedByPeerSigalgCheckInTLS12
calls these internal symbols directly. Mark them OPENSSL_EXPORT (along
with the SSL_HANDSHAKE ctor/dtor used by UniquePtr) so they are visible
in shared builds.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 37704d1 commit 8216ad8
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1842 | 1842 | | |
1843 | 1843 | | |
1844 | 1844 | | |
1845 | | - | |
1846 | | - | |
| 1845 | + | |
| 1846 | + | |
1847 | 1847 | | |
1848 | 1848 | | |
1849 | 1849 | | |
| |||
2203 | 2203 | | |
2204 | 2204 | | |
2205 | 2205 | | |
2206 | | - | |
| 2206 | + | |
2207 | 2207 | | |
2208 | 2208 | | |
2209 | 2209 | | |
| |||
2486 | 2486 | | |
2487 | 2487 | | |
2488 | 2488 | | |
2489 | | - | |
2490 | | - | |
| 2489 | + | |
| 2490 | + | |
| 2491 | + | |
2491 | 2492 | | |
2492 | 2493 | | |
2493 | 2494 | | |
| |||
0 commit comments