Update to work with OFString changes

This commit is contained in:
Florian Zeitz 2011-11-20 21:27:34 +01:00
parent 22ce8a2a8c
commit bb74e6cfd8
2 changed files with 46 additions and 3 deletions

View file

@ -67,5 +67,8 @@
- (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str;
@end
@interface X509OID: OFString {}
@interface X509OID: OFObject <OFCopying>
{
OFString *string;
}
@end