pokowaka/jwt-cpp

typo in message_validator.cpp

tadzys opened this issue · 1 comments

Lines 31 and 33.

reinterpret_cast<u_int8_t *>

has to be
reinterpret_cast<uint8_t *>