Skip to content

Commit 99adb49

Browse files
committed
More privatisation
1 parent 21d242b commit 99adb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SSLSecurity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class SSLSecurity : NSObject {
5555

5656
var isReady = false //is the key processing done?
5757
var certificates: [NSData]? //the certificates
58-
var pubKeys: [SecKeyRef]? //the public keys
58+
private var pubKeys: [SecKeyRef]? //the public keys
5959
var usePublicKeys = false //use public keys or certificate validation?
6060

6161
/**

0 commit comments

Comments
 (0)