mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix release build
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <td/e2e/e2e_api.h>
|
||||
|
||||
#if DEBUG
|
||||
static NSString *hexStringFromData(NSData *data) {
|
||||
NSMutableString *string = [[NSMutableString alloc] initWithCapacity:data.length * 2];
|
||||
for (NSUInteger i = 0; i < data.length; i++) {
|
||||
@@ -9,6 +10,7 @@ static NSString *hexStringFromData(NSData *data) {
|
||||
}
|
||||
return string;
|
||||
}
|
||||
#endif
|
||||
|
||||
@interface TdKeyPair () {
|
||||
tde2e_api::PrivateKeyId _keyId;
|
||||
|
||||
Reference in New Issue
Block a user