ObjOpenSSL  Check-in [70888d6046]

Overview
Comment:Adjust to ObjFW changes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 70888d604676fd3ed93a637a0203f13f283b42f37d94a57eaf7f35dceee54d82
User & Date: js on 2019-08-22 12:28:50
Other Links: manifest | tags
Context
2019-10-03
23:27
Adjust to ObjFW changes check-in: da5284fdad user: js tags: trunk
2019-08-22
12:28
Adjust to ObjFW changes check-in: 70888d6046 user: js tags: trunk
2019-07-14
18:58
Adjust to ObjFW changes check-in: 0fcda2add4 user: js tags: trunk
Changes

Modified src/SSLSocket.m from [00f36e1b43] to [eb0bb64dd8].

51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#import <ObjFW/OFInvalidArgumentException.h>
#import <ObjFW/OFNotOpenException.h>
#import <ObjFW/OFOutOfRangeException.h>
#import <ObjFW/OFReadFailedException.h>
#import <ObjFW/OFWriteFailedException.h>

#import <ObjFW/macros.h>
#import <ObjFW/threading.h>

#import "SSLSocket.h"
#import "X509Certificate.h"

#import "SSLConnectionFailedException.h"
#import "SSLInvalidCertificateException.h"








|







51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#import <ObjFW/OFInvalidArgumentException.h>
#import <ObjFW/OFNotOpenException.h>
#import <ObjFW/OFOutOfRangeException.h>
#import <ObjFW/OFReadFailedException.h>
#import <ObjFW/OFWriteFailedException.h>

#import <ObjFW/macros.h>
#import <ObjFW/mutex.h>

#import "SSLSocket.h"
#import "X509Certificate.h"

#import "SSLConnectionFailedException.h"
#import "SSLInvalidCertificateException.h"