summaryrefslogtreecommitdiff
path: root/usr/src/cmd/krb5
diff options
context:
space:
mode:
authorwillf <none@none>2007-05-15 15:37:17 -0700
committerwillf <none@none>2007-05-15 15:37:17 -0700
commitc54c769d4c1cde75dd28975fb0090a8f944651a6 (patch)
treed963ea940b8a94654971dee6290a654642db436e /usr/src/cmd/krb5
parent06f6db023a7f30a522498b91fdfa026007d72e51 (diff)
downloadillumos-joyent-c54c769d4c1cde75dd28975fb0090a8f944651a6.tar.gz
6440682 mech_krb5 should make fewer calls to PKCS#11 for AES
6549922 krb build broken when -DDEBUG used
Diffstat (limited to 'usr/src/cmd/krb5')
-rw-r--r--usr/src/cmd/krb5/kadmin/cli/kadmin_loc.c7
-rw-r--r--usr/src/cmd/krb5/kadmin/cli/kadmin_rmt.c3
2 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/cmd/krb5/kadmin/cli/kadmin_loc.c b/usr/src/cmd/krb5/kadmin/cli/kadmin_loc.c
index 9536ed4ce6..6946a45c5b 100644
--- a/usr/src/cmd/krb5/kadmin/cli/kadmin_loc.c
+++ b/usr/src/cmd/krb5/kadmin/cli/kadmin_loc.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1998-1999 by Sun Microsystems, Inc.
- * All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
@@ -42,7 +42,8 @@ debugEnable(int displayMsgs)
#endif
#if DEBUG
- debugDisplaySS(displayMsgs);
+ /* Solaris Kerberos: not supported */
+ /* debugDisplaySS(displayMsgs); */
#endif
}
diff --git a/usr/src/cmd/krb5/kadmin/cli/kadmin_rmt.c b/usr/src/cmd/krb5/kadmin/cli/kadmin_rmt.c
index b47ef14494..6f69234a15 100644
--- a/usr/src/cmd/krb5/kadmin/cli/kadmin_rmt.c
+++ b/usr/src/cmd/krb5/kadmin/cli/kadmin_rmt.c
@@ -38,7 +38,8 @@ debugEnable(int displayMsgs)
{
#ifdef DEBUG
- debugDisplaySS(displayMsgs);
+ /* Solaris Kerberos: not supported */
+ /* debugDisplaySS(displayMsgs); */
#endif
}