Skip to content
Snippets Groups Projects
Commit c195b8f8 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

r10475@danube: weasel | 2006-11-01 14:33:35 +0100

 Fix copy/paste error


svn:r8889
parent 31e274dd
No related branches found
No related tags found
No related merge requests found
......@@ -973,7 +973,7 @@ note_crypto_pk_op(pk_op_t operation)
n_tls_client_handshakes++;
break;
case TLS_HANDSHAKE_S:
n_tls_client_handshakes++;
n_tls_server_handshakes++;
break;
case REND_CLIENT:
n_rend_client_ops++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment