]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix build issues with Solaris native compiler 876/head
authorsashan <anedvedicky@gmail.com>
Tue, 18 Dec 2018 11:04:56 +0000 (12:04 +0100)
committerGreg Hudson <ghudson@mit.edu>
Thu, 3 Jan 2019 19:40:10 +0000 (14:40 -0500)
commitecb03a4c31cf8a6b1bca3459ae56d4122398c18e
tree4aa863ed0a513da953b50cb5db08fbbf254e5298
parent6c20cb1c89acaa03db897182a3b28d5f8f284907
Fix build issues with Solaris native compiler

In the LDAP KDB module, fix an empty initializer.  In the SPAKE
edwards25519 code, use autoconf tests to determine whether to use the
64-bit code.  In the SPAKE update_thash() function, make sure the
types of the conditional expression results match exactly.  In
libkrb5support, link against zap.o now that k5buf.o can use zap() (as
of commit 8ee8246c14702dc03b02e31b9fb5b7c2bb674bfb).

[ghudson@mit.edu: squashed commits; rewrote commit message; adjusted
autoconf tests; minor code changes]

ticket: 8769 (new)
tags: pullup
target_version: 1.17
src/configure.in
src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
src/plugins/preauth/spake/edwards25519.c
src/plugins/preauth/spake/util.c
src/util/support/Makefile.in