update latex
This commit is contained in:
@@ -85,7 +85,7 @@ int block_encrypt(unsigned char *plaintext, int plaintext_len, unsigned char *ke
|
||||
/* Clean up */
|
||||
EVP_CIPHER_CTX_free(ctx);
|
||||
|
||||
return ciphertext_len;
|
||||
return ciphertext_len + len;
|
||||
}
|
||||
|
||||
int main(void){
|
||||
|
||||
Reference in New Issue
Block a user