summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr_int.h')
-rwxr-xr-x[-rw-r--r--]ncr_int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ncr_int.h b/ncr_int.h
index 892787b..6e06166 100644..100755
--- a/ncr_int.h
+++ b/ncr_int.h
@@ -171,4 +171,7 @@ inline static unsigned int data_flags_to_key(unsigned int data_flags)
return flags;
}
+const char* _ncr_algo_to_str(ncr_algorithm_t algo);
+int _ncr_algo_digest_size(ncr_algorithm_t algo);
+
#endif