Differences From Artifact [31066db878]:
- File src/SSLSocket.m — part of check-in [a25be8be43] at 2011-04-23 19:54:28 on branch trunk — Adjust to recent ObjFW changes. (user: js, size: 5029) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
69 70 71 72 73 74 75 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - - - | } return self; } - (void)dealloc { |
︙ |