diff options
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r-- | src/or/rendmid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c index 740e5d0315..04e9f9ef7f 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -65,6 +65,7 @@ rend_mid_establish_intro(or_circuit_t *circ, const char *request, goto err; } /* Rest of body: signature of previous data */ + note_crypto_pk_op(REND_MID); if (crypto_pk_public_checksig_digest(pk, request, 2+asn1len+DIGEST_LEN, request+2+DIGEST_LEN+asn1len, request_len-(2+DIGEST_LEN+asn1len))<0) { |