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
Portable build framework for OpenNTPD
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
165
Commits
9
Branches
669 KiB
Tree:
0d40f56662
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_5
OPENBSD_6_7
master
6.2p3
6.2p2
6.2p1
6.1p1
6.0p1
5.9p1
5.7p4
5.7p3
5.7p2
5.7p1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0d40f56662'
${ noResults }
openntpd-portable
/
include
/
tls.h
8 lines
101 B
Raw
Normal View
History
refresh for the latest ntpd upstream code - add closefrom fallback for OS X / Linux systems, extracted from sudo, but without the optimized versions, since they cannot work in a chroot environment (and we're not performance critical here.) - enable detecting libtls - conditionally enable https constraint support
9 years ago
/*
*
Public
domain
*
tls
.
h
compatibility
shim
*/
#
ifdef HAVE_LIBTLS
#
include
_next <tls.h>
#
endif