Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
df10b3bde8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Security/NCEndToEndEncryption.m

+ 1 - 1
iOSClient/Security/NCEndToEndEncryption.m

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