Adjust to ObjFW changes
This commit is contained in:
parent
eed791dff1
commit
24e8ee8a50
5 changed files with 9 additions and 80 deletions
|
@ -57,10 +57,6 @@
|
|||
OFDictionary *_subjectAlternativeName;
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
@property (readonly) OFDictionary *issuer, *subject, *subjectAlternativeName;
|
||||
#endif
|
||||
|
||||
- initWithFile: (OFString*)file;
|
||||
- initWithX509Struct: (X509*)cert;
|
||||
- (OFDictionary*)issuer;
|
||||
|
|
Reference in a new issue