]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix build issues with Solaris native compiler
authorsashan <anedvedicky@gmail.com>
Tue, 18 Dec 2018 11:04:56 +0000 (12:04 +0100)
committerGreg Hudson <ghudson@mit.edu>
Mon, 7 Jan 2019 16:08:15 +0000 (11:08 -0500)
commitd9da74e25398fff40ba9c6dbd26ed4a5ba6e8f11
tree0e50a57c061f3d99c1980d8f232a57c01ef2579d
parent5f7baac58b77b038eba500e9067410ca19722369
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]

(cherry picked from commit ecb03a4c31cf8a6b1bca3459ae56d4122398c18e)

ticket: 8769
version_fixed: 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