Differences From Artifact [9a89d7a5eb]:
- File src/SSLSocket.m — part of check-in [3a852cab76] at 2011-04-28 18:02:19 on branch trunk — Don't free the context. (user: js, size: 4966) [annotate] [blame] [check-ins using]
To Artifact [fe4830c450]:
- File src/SSLSocket.m — part of check-in [0448edfa2c] at 2011-06-08 21:17:25 on branch trunk — Adjust to API changes in ObjFW. (user: js, size: 4952) [annotate] [blame] [check-ins using]
︙ | |||
81 82 83 84 85 86 87 | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | - + - + | [super dealloc]; if (ssl_ != NULL) SSL_free(ssl_); } - (void)connectToHost: (OFString*)host |
︙ |