mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-10 00:32:54 -05:00
please lint.
git-svn-id: file:///svn/unbound/trunk@3536 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2a73ccd5b4
commit
3433a30878
2 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue