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
define SHA2_SMALL to remove unneeded SHA hashes
This also removes the need for __weak_alias shims
OPENBSD_5_8
Brent Cook
9 years ago
parent
366b8de487
commit
cc8e1790f3
3 changed files
with
1 additions
and
16 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compat/Makefile.am
+0
-1
include/Makefile.am
+0
-14
include/sys/cdefs.h
+ 1
- 1
compat/Makefile.am
View File
@ -13,7 +13,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
/include -I
$(
top_srcdir
)
/src
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
/include -I
$(
top_srcdir
)
/src
-DSHA2_SMALL
noinst_LTLIBRARIES
=
libcompat.la libcompatnoopt.la
+ 0
- 1
include/Makefile.am
View File
@ -2,7 +2,6 @@ noinst_HEADERS =
noinst_HEADERS
+=
signal.h
noinst_HEADERS
+=
unistd.h
noinst_HEADERS
+=
machine/endian.h
noinst_HEADERS
+=
sys/cdefs.h
noinst_HEADERS
+=
sys/queue.h
noinst_HEADERS
+=
sys/socket.h
noinst_HEADERS
+=
sys/types.h
+ 0
- 14
include/sys/cdefs.h
View File
@ -1,14 +0,0 @@
/*
*
Public
domain
*
sys
/
cdefs
.
h
compatibility
shim
*/
#
include
_next <sys/cdefs.h>
#
ifndef __weak_alias
/*
*
We
do
not
use
any
of
the
SHA
function
aliases
that
this
would
provide
in
*
OpenNTPD
*/
#
define __weak_alias(alias,sym)
#
endif
Write
Preview
Loading…
Cancel
Save