Marino Faggiana 7 жил өмнө
parent
commit
df10b3bde8

+ 1 - 1
iOSClient/Security/NCEndToEndEncryption.m

@@ -871,7 +871,7 @@ cleanup:
         return NO;
         return NO;
     
     
     //Finalise the encryption
     //Finalise the encryption
-    int err = EVP_DecryptFinal_ex(ctx,NULL, &pPlainLen);
+    EVP_DecryptFinal_ex(ctx,NULL, &pPlainLen);
     
     
     // Free
     // Free
     EVP_CIPHER_CTX_free(ctx);
     EVP_CIPHER_CTX_free(ctx);