Update to work with OFString changes
This commit is contained in:
parent
22ce8a2a8c
commit
bb74e6cfd8
2 changed files with 46 additions and 3 deletions
|
@ -67,5 +67,8 @@
|
|||
- (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str;
|
||||
@end
|
||||
|
||||
@interface X509OID: OFString {}
|
||||
@interface X509OID: OFObject <OFCopying>
|
||||
{
|
||||
OFString *string;
|
||||
}
|
||||
@end
|
||||
|
|
Reference in a new issue