diff options
Diffstat (limited to 'src/hash/pjw.c')
| -rw-r--r-- | src/hash/pjw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash/pjw.c b/src/hash/pjw.c index ce2c38c..ca3341a 100644 --- a/src/hash/pjw.c +++ b/src/hash/pjw.c @@ -27,6 +27,7 @@ uint32_t pjw(uint8_t* in, size_t len){ return pjw_final(&a); } +common_hash_clone(pjw); common_hash_init_update(pjw); int l_pjw_final(lua_State* L){ |
