Skip to content
Snippets Groups Projects
Commit ac1e577a authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch '1.1-12-Win' into 'master'

dap_hash_fast 3r void *

See merge request !2
parents 59444f75 ff41f2dc
No related branches found
No related tags found
2 merge requests!3Master,!2dap_hash_fast 3r void *
......@@ -40,7 +40,7 @@ typedef enum dap_hash_type {
DAP_HASH_TYPE_SLOW_0 = 1,
} dap_hash_type_t;
static inline int dap_hash_fast( const void *a_data_in, size_t a_data_in_size, uint8_t *a_hash_out )
static inline int dap_hash_fast( const void *a_data_in, size_t a_data_in_size, void *a_hash_out )
{
if (!a_data_in || !a_data_in_size || !a_hash_out)
return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment