mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Remove null character
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
return [NSData dataWithBytes:pem_buffer length:output_length];
|
||||
return [NSData dataWithBytes:pem_buffer length:output_length - 1];
|
||||
}
|
||||
|
||||
- (NSData *)derData:(out NSError **)error {
|
||||
|
||||
Reference in New Issue
Block a user