diff th_crypto.c @ 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.c	Fri Feb 12 18:17:44 2016 +0200
+++ b/th_crypto.c	Fri Feb 12 18:19:01 2016 +0200
@@ -268,6 +268,6 @@
 }
 
 
-TH_DEFINE_FUNCS(he, HE)
+TH_DEFINE_FUNCS(ne, NE)
 TH_DEFINE_FUNCS(le, LE)
 TH_DEFINE_FUNCS(be, BE)