Skip to content

Commit 68dbf31

Browse files
committed
incompatible compressed input size error code
1 parent bb21d77 commit 68dbf31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/nat20/error.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ enum n20_error_s {
6767
n20_error_unexpected_message_structure_e = 12,
6868
n20_error_unrecognized_request_type_e = 13,
6969
n20_error_write_position_overflow_e = 14,
70+
n20_error_incompatible_compressed_input_size_e = 15,
7071
/**
7172
* @brief The crypto context given to an interface was invalid.
7273
*

0 commit comments

Comments
 (0)