Skip to content

Commit

Permalink
Re-order tsigErrorCode
Browse files Browse the repository at this point in the history
  • Loading branch information
Litr0 committed Jul 25, 2024
1 parent 861f83a commit b676c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ use tsig_algorithm::TsigAlgorithm;
#[derive(Debug)]
pub enum TsigErrorCode{
NOERR = 0,
FORMERR = 1,
BADSIG = 16,
BADKEY = 17,
BADTIME = 18,
FORMERR = 1,

}
//TODO: Encontrar alguna manera de pasar una referencia Digest u Hmac de un algoritmo no especificado
Expand Down

0 comments on commit b676c51

Please sign in to comment.