mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
fixed one more typo
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ static int transop_decode_aes( n2n_trans_op_t * arg,
|
||||
if (1 == EVP_DecryptFinal_ex(ctx, assembly + evp_len, &evp_len)) {
|
||||
evp_plaintext_len += evp_len;
|
||||
if ( evp_plaintext_len != len)
|
||||
traceEvent (TRACE_ERROR, "encode_aes openssl decryption: decrypted %u bytes where %u were expected.\n",
|
||||
traceEvent (TRACE_ERROR, "decode_aes openssl decryption: decrypted %u bytes where %u were expected.\n",
|
||||
evp_plaintext_len, len);
|
||||
} else
|
||||
traceEvent(TRACE_ERROR, "decode_aes openssl final decryption: %s\n", openssl_err_as_string());
|
||||
|
||||
Reference in New Issue
Block a user