Marino Faggiana 7 年之前
父节点
当前提交
008fbbae11
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      iOSClient/Security/NCEndToEndEncryption.m

+ 0 - 5
iOSClient/Security/NCEndToEndEncryption.m

@@ -426,7 +426,6 @@ cleanup:
     
         if (privateKey) {
         
-            /*
             NSData *encryptData = [self encryptAsymmetricString:ASYMMETRIC_STRING_TEST publicKey:publicKey];
             if (!encryptData)
                 return nil;
@@ -437,11 +436,7 @@ cleanup:
                 return privateKey;
             else
                 return nil;
-            */
             
-            return privateKey;
-
-                    
     } else {
         
         return nil;