Marino Faggiana %!s(int64=7) %!d(string=hai) anos
pai
achega
49514de54a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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