Clean up a bunch of signed/unsigned comparison warnings
[krb5.git] / src / lib / crypto / builtin / yhash.h
index ee4f03eb23e247864761694e92258b6be1327f1a..ce78c56f862fb6cb5335890a2b323f94216857a5 100644 (file)
@@ -15,7 +15,7 @@
 #define HASH_Init(x) shsInit(x)
 #define HASH_Update(x, buf, sz) shsUpdate(x, (const void*)buf, sz)
 #define HASH_Final(x, tdigest)  do { \
-  int loopvar; \
+  size_t loopvar; \
   unsigned char *out2 = (void *)(tdigest); \
   HASH_CTX  *ctx = (x); \
   shsFinal(ctx); \