summaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-01 01:19:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-01 01:19:36 +0000
commit90278430d91afa41aa35e852c34c8735c99d5fa7 (patch)
treeb248155d59c42ffa7f3bef3208b778086ac90f37 /ssl/kssl.c
parentbcd9d12a8d209e4c2c158dc88368753095f38210 (diff)
make USE_CRYPTODEV_DIGESTS work
Diffstat (limited to 'ssl/kssl.c')
-rw-r--r--ssl/kssl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/kssl.c b/ssl/kssl.c
index b5fa1f147d..4fb655285b 100644
--- a/ssl/kssl.c
+++ b/ssl/kssl.c
@@ -2090,9 +2090,12 @@ krb5_error_code kssl_check_authent(
EVP_CIPHER_CTX_cleanup(&ciph_ctx);
#ifdef KSSL_DEBUG
+ {
+ int padl;
printf("kssl_check_authent: decrypted authenticator[%d] =\n", outl);
for (padl=0; padl < outl; padl++) printf("%02x ",unenc_authent[padl]);
printf("\n");
+ }
#endif /* KSSL_DEBUG */
if ((p = kssl_skip_confound(enctype, unenc_authent)) == NULL)