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

+ 1 - 1
iOSClient/Security/NCEndToEndEncryption.m

@@ -839,7 +839,7 @@ cleanup:
     //Finalise the encryption
     EVP_DecryptFinal_ex(ctx,NULL, &pPlainLen);
     
-    // Free'
+    // Free
     EVP_CIPHER_CTX_free(ctx);
     
     return status; // OpenSSL uses 1 for success