]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move the dummy shims to single ifndef GSSAPI block
authorOndřej Surý <ondrej@isc.org>
Wed, 31 Mar 2021 12:01:48 +0000 (14:01 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 1 Apr 2021 08:39:48 +0000 (10:39 +0200)
commit224ce9e0c0d3442d70dfe8f25f1d0e902ca6ae67
tree74dda48cdd594ab90606f69964c1db8a001ba663
parent57de8df75b36885696f4f88153172550395fbdb8
Move the dummy shims to single ifndef GSSAPI block

Previously, every function had it's own #ifdef GSSAPI #else #endif block
that defined shim function in case GSSAPI was not being used.  Now the
dummy shim functions have be split out into a single #else #endif block
at the end of the file.

This makes the gssapictx.c similar to 9.17.x code, making the backports
and reviews easier.
lib/dns/gssapictx.c