contiki-ng / tinydtls

A version of tinyDTLS that is refactored to be more easy to use "standalone" (e.g. without bindings to a specific IP-stack).
Other
8 stars 25 forks source link

sha2: align prototype and implementation #30

Closed pjonsson closed 2 years ago

pjonsson commented 2 years ago

GCC 12 gives a warning that the prototype and implementation differ causing the Contiki-NG tests to not compile.