Skip to content

Commit d6ee83f

Browse files
committed
incompatible compressed input size error code
1 parent 87c79dd commit d6ee83f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)