Adjust to latest ObjFW API changes.

This commit is contained in:
Jonathan Schleifer 2012-06-06 15:59:47 +02:00
parent 935b6558f3
commit edadc4878b
2 changed files with 7 additions and 7 deletions

View file

@ -400,7 +400,7 @@
1)) > bufferLength) {
bufferLength = length;
buffer = [self resizeMemory: buffer
toSize: bufferLength];
size: bufferLength];
}
ret = [[[X509OID alloc]