Overview
Comment: | Set of_tls_socket_class. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1b97015301314f6905146e3fcf1a3b38 |
User & Date: | js on 2012-12-13 20:55:31 |
Other Links: | manifest | tags |
Context
2012-12-19
| ||
21:59 | Adjust to recent ObjFW changes. check-in: 20cb421460 user: js tags: trunk | |
2012-12-13
| ||
20:55 | Set of_tls_socket_class. check-in: 1b97015301 user: js tags: trunk | |
2012-11-21
| ||
22:26 | configure: Don't use -Wcast-align. check-in: f009f4af94 user: js tags: trunk | |
Changes
Modified src/SSLSocket.m from [0345d05eb1] to [eff32f791e].
︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | - + | else of_mutex_unlock(&ssl_mutexes[n]); } @implementation SSLSocket + (void)load { |
︙ |