This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
Add constraint_reset() stub when libtls is not available
This prevents a linking error since ntp_dispatch_imsg calls constraint_reset().
master
Michael Forney
4 years ago
parent
a64f362034
commit
acea10dbae
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/constraint-disabled.c
+ 5
- 0
src/constraint-disabled.c
View File
@ -66,6 +66,11 @@ constraint_add(struct constraint *cstr)
free
(
cstr
)
;
}
void
constraint_reset
(
void
)
{
}
void
constraint_msg_dns
(
u_int32_t
id
,
u_int8_t
*
data
,
size_t
len
)
{
Write
Preview
Loading…
Cancel
Save