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