diff options
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 4d0cdd9fc3..32c7d2946a 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -134,7 +134,7 @@ rend_client_send_introduction(origin_circuit_t *introcirc, * to avoid buffer overflows? */ r = crypto_pk_public_hybrid_encrypt(entry->parsed->pk, payload+DIGEST_LEN, tmp, - dh_offset+DH_KEY_LEN, + (int)(dh_offset+DH_KEY_LEN), PK_PKCS1_OAEP_PADDING, 0); if (r<0) { log_warn(LD_BUG,"Internal error: hybrid pk encrypt failed."); |