components/krb5/Solaris/privacy_allowed.c
author Will Fiveash <will.fiveash@oracle.com>
Wed, 24 Feb 2016 10:43:57 -0600
changeset 5490 9bf0bc57423a
permissions -rw-r--r--
PSARC/2015/144 Kerberos 1.13 Delivery to Userland 19153034 Add MIT Kerberos to the Userland Consolidation

/*
 * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
 */

/*
 * privacy_allowed.c:
 *
 * This is to provide a solaris specific interface to meet the dependencies of
 * ON.
 *
 */

#include <krb5.h>

krb5_boolean
krb5_privacy_allowed(void)
{
	return (TRUE);
}