mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-09 00:02:55 -05:00
Fixup compile without libsodium.
git-svn-id: file:///svn/unbound/trunk@4070 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
01697a9ab8
commit
29ac62d7b0
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#ifndef UNBOUND_DNSCRYPT_H
|
||||
#define UNBOUND_DNSCRYPT_H
|
||||
|
||||
#include "dnscrypt/dnscrypt_config.h"
|
||||
#ifdef USE_DNSCRYPT
|
||||
|
||||
#define DNSCRYPT_MAGIC_HEADER_LEN 8U
|
||||
#define DNSCRYPT_MAGIC_RESPONSE "r6fnvWj8"
|
||||
|
||||
|
|
@ -90,4 +93,5 @@ int dnsc_handle_curved_request(struct dnsc_env* dnscenv,
|
|||
*/
|
||||
|
||||
int dnsc_handle_uncurved_request(struct comm_reply *repinfo);
|
||||
#endif /* USE_DNSCRYPT */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue