Adjust to latest ObjFW API changes.
This commit is contained in:
parent
935b6558f3
commit
edadc4878b
2 changed files with 7 additions and 7 deletions
|
@ -400,7 +400,7 @@
|
|||
1)) > bufferLength) {
|
||||
bufferLength = length;
|
||||
buffer = [self resizeMemory: buffer
|
||||
toSize: bufferLength];
|
||||
size: bufferLength];
|
||||
}
|
||||
|
||||
ret = [[[X509OID alloc]
|
||||
|
|
Reference in a new issue