diff options
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1612,6 +1612,7 @@ packet_get_ecpoint(const EC_GROUP *curve, EC_POINT *point) | |||
1612 | buffer_get_ecpoint(&active_state->incoming_packet, curve, point); | 1612 | buffer_get_ecpoint(&active_state->incoming_packet, curve, point); |
1613 | } | 1613 | } |
1614 | #endif | 1614 | #endif |
1615 | #endif | ||
1615 | 1616 | ||
1616 | void * | 1617 | void * |
1617 | packet_get_raw(u_int *length_ptr) | 1618 | packet_get_raw(u_int *length_ptr) |
@@ -1622,7 +1623,6 @@ packet_get_raw(u_int *length_ptr) | |||
1622 | *length_ptr = bytes; | 1623 | *length_ptr = bytes; |
1623 | return buffer_ptr(&active_state->incoming_packet); | 1624 | return buffer_ptr(&active_state->incoming_packet); |
1624 | } | 1625 | } |
1625 | #endif | ||
1626 | 1626 | ||
1627 | int | 1627 | int |
1628 | packet_remaining(void) | 1628 | packet_remaining(void) |