Marino Faggiana 7 năm trước cách đây
mục cha
commit
d8f54d3cfe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Security/NCEndToEndEncryption.m

+ 1 - 1
iOSClient/Security/NCEndToEndEncryption.m

@@ -812,7 +812,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