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