ec25519-fhmqvc: fix typo in comment

This commit is contained in:
Matthias Schiffer 2020-10-19 17:25:44 +02:00
parent c006466287
commit 731147f855
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -199,7 +199,7 @@ void fastd_protocol_ec25519_fhmqvc_send_empty(fastd_peer_t *peer, protocol_sessi
session_send(peer, fastd_buffer_alloc(0, alignto(session->method->provider->encrypt_headroom, 8)), session);
}
/** get_current_method implementation for ec25519-fhmqvp */
/** get_current_method implementation for ec25519-fhmqvc */
const fastd_method_info_t *protocol_get_current_method(const fastd_peer_t *peer) {
if (!peer->protocol_state || !fastd_peer_is_established(peer))
return NULL;