diff th_crypto.h @ 216:4fee16cb28c1

Meh, rename he/HE to ne/NE. Native vs Host.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Feb 2016 18:19:01 +0200
parents f04743489c9e
children e20fdeee6bdf
line wrap: on
line diff
--- a/th_crypto.h	Fri Feb 12 18:17:44 2016 +0200
+++ b/th_crypto.h	Fri Feb 12 18:19:01 2016 +0200
@@ -47,7 +47,7 @@
 void    th_md5_append_ ## xname ## 32 (th_md5state_t *ctx, uint32_t val); \
 void    th_md5_append_ ## xname ## 64 (th_md5state_t *ctx, uint64_t val);
 
-TH_DEFINE_HEADER(he)
+TH_DEFINE_HEADER(ne)
 TH_DEFINE_HEADER(le)
 TH_DEFINE_HEADER(be)