diff th_crypto.h @ 218:e20fdeee6bdf

Rename some functions for consistency.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Feb 2016 07:53:18 +0200
parents 4fee16cb28c1
children 5f9de1d542ee
line wrap: on
line diff
--- a/th_crypto.h	Sun Feb 14 05:12:44 2016 +0200
+++ b/th_crypto.h	Sun Feb 14 07:53:18 2016 +0200
@@ -40,7 +40,7 @@
 void    th_md5_finish(th_md5state_t *ctx, th_md5hash_t digest);
 void    th_md5_print(FILE *, const th_md5hash_t digest);
 
-void    th_md5_append_uint8(th_md5state_t *ctx, uint8_t val);
+void    th_md5_append_u8(th_md5state_t *ctx, uint8_t val);
 
 #define TH_DEFINE_HEADER(xname) \
 void    th_md5_append_ ## xname ## 16 (th_md5state_t *ctx, uint16_t val); \