Overview
Comment: | Fix type mismatch with GCC |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8d32ca35ce9323c16d6888b8de86e918 |
User & Date: | js on 2020-04-05 23:10:19 |
Other Links: | manifest | tags |
Context
2020-05-06
| ||
00:37 | Adjust to ObjFW changes check-in: 944f3dbb18 user: js tags: trunk | |
2020-04-05
| ||
23:10 | Fix type mismatch with GCC check-in: 8d32ca35ce user: js tags: trunk | |
2019-10-03
| ||
23:35 | Suppress broken documentation warnings in OpenSSL check-in: 56c34998de user: js tags: trunk | |
Changes
Modified configure.ac from [660cbad068] to [ebd3cbd325].
| 1 2 3 4 5 6 7 8 | - + |
|
︙ |
Modified src/ObjOpenSSL.h from [25e0dc9838] to [1ca8beb117].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | /* |
︙ |
Modified src/SSLConnectionFailedException.h from [52f2c04dd6] to [9307f3c152].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | /* |
︙ |
Modified src/SSLConnectionFailedException.m from [10c93bcda0] to [811f3b429f].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | /* |
︙ |
Modified src/SSLInvalidCertificateException.h from [12457e0743] to [827b0e3822].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + - + | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> |
︙ |
Modified src/SSLInvalidCertificateException.m from [8b98c5bd7a] to [0cf548effa].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + - + | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> |
︙ |
Modified src/SSLSocket.h from [0d0d96cac9] to [b1fffa112d].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + - + | /* |
︙ |
Modified src/SSLSocket.m from [eb0bb64dd8] to [4db12c8daa].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - - + + - + | /* |
︙ | |||
140 141 142 143 144 145 146 | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | - + - - + + | [_socket release]; [_delegate release]; [super dealloc]; } |
︙ |
Modified src/X509Certificate.h from [9035c49839] to [1ffccd575a].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + - + | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> |
︙ |
Modified src/X509Certificate.m from [fc4aee8bfa] to [1768751905].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + - + | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> |
︙ |