Merge branch '10.2' into 10.3

This commit is contained in:
Oleksandr Byelkin 2020-05-04 16:47:11 +02:00
commit 7fb73ed143
130 changed files with 3685 additions and 3334 deletions

View file

@ -26,7 +26,11 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(__FreeBSD__) || defined(SOLARIS) || defined(__sun)
#include <gssapi/gssapi.h>
#else
#include <gssapi.h>
#endif
#include <string.h>
void gssapi_errmsg(OM_uint32 major, OM_uint32 minor, char *buf, size_t size)