#endif
/* return size of digest if supported, or 0 otherwise */
-int
+size_t
nsec3_hash_algo_size_supported(int id)
{
switch(id) {
#include "prerror.h"
/* return size of digest if supported, or 0 otherwise */
-int
+size_t
nsec3_hash_algo_size_supported(int id)
{
switch(id) {
#endif
/* return size of digest if supported, or 0 otherwise */
-int
+size_t
nsec3_hash_algo_size_supported(int id)
{
switch(id) {
struct sldns_buffer;
/** Return size of nsec3 hash algorithm, 0 if not supported */
-int nsec3_hash_algo_size_supported(int id);
+size_t nsec3_hash_algo_size_supported(int id);
/**
* Hash a single hash call of an NSEC3 hash algorithm.