please lint.

git-svn-id: file:///svn/unbound/trunk@3536 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2015-11-17 11:32:04 +00:00
parent 2a73ccd5b4
commit 3433a30878
2 changed files with 4 additions and 4 deletions

View file

@ -73,7 +73,7 @@
#endif
/* return size of digest if supported, or 0 otherwise */
int
size_t
nsec3_hash_algo_size_supported(int id)
{
switch(id) {
@ -593,7 +593,7 @@ verify_canonrrset(sldns_buffer* buf, int algo, unsigned char* sigblock,
#include "prerror.h"
/* return size of digest if supported, or 0 otherwise */
int
size_t
nsec3_hash_algo_size_supported(int id)
{
switch(id) {
@ -1135,7 +1135,7 @@ verify_canonrrset(sldns_buffer* buf, int algo, unsigned char* sigblock,
#endif
/* return size of digest if supported, or 0 otherwise */
int
size_t
nsec3_hash_algo_size_supported(int id)
{
switch(id) {

View file

@ -45,7 +45,7 @@
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.