summaryrefslogtreecommitdiff
path: root/lib/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gc.h')
-rw-r--r--lib/gc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gc.h b/lib/gc.h
index 14f3e3c091..a47cc8d0e3 100644
--- a/lib/gc.h
+++ b/lib/gc.h
@@ -53,7 +53,8 @@ typedef enum Gc_hash Gc_hash;
enum Gc_hash_mode
{
- GC_HMAC = 1
+ GC_NULL,
+ GC_HMAC
};
typedef enum Gc_hash_mode Gc_hash_mode;