diff --git a/include/kore/kore.h b/include/kore/kore.h index e16d0d4..a274b44 100644 --- a/include/kore/kore.h +++ b/include/kore/kore.h @@ -490,7 +490,7 @@ struct kore_timer { #define KORE_MSG_KEYMGR_REQ 2 #define KORE_MSG_KEYMGR_RESP 3 #define KORE_MSG_SHUTDOWN 4 -#define KORE_MSG_ENTROPY_REQ 4 +#define KORE_MSG_ENTROPY_REQ 5 #define KORE_MSG_ENTROPY_RESP 6 #define KORE_MSG_CERTIFICATE 7 #define KORE_MSG_CERTIFICATE_REQ 8