Skip to content

Commit 1692564

Browse files
authored
Merge pull request #89 from LoopKit/merge-master
Resync dev from master
2 parents 37f1b8a + 613ba0c commit 1692564

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

CGMBLEKit/AESCrypt.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ @implementation AESCrypt
1313

1414
+ (NSData *)encryptData:(NSData *)data usingKey:(NSData *)key error:(NSError * _Nullable __autoreleasing *)error
1515
{
16-
NSMutableData *dataOut = [[NSMutableData alloc] initWithLength:data.length + kCCBlockSizeAES128];
16+
NSMutableData *dataOut = [NSMutableData dataWithLength: data.length + kCCBlockSizeAES128];
1717

1818
CCCryptorStatus status = CCCrypt(kCCEncrypt,
1919
kCCAlgorithmAES,

xDripG5.podspec

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)