summaryrefslogtreecommitdiff
path: root/libpamc/test/agents
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-01-20 22:29:47 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-01-20 22:29:47 +0000
commita621d60e903247f1898a770f0f67786f5dc465da (patch)
treebab7d1caf2d8a3d4689272eb721844dda6e1ac76 /libpamc/test/agents
parenta7339317595a92cde290f04bda5106bd99f73177 (diff)
Relevant BUGIDs: 108786
Purpose of commit: cleanup Commit summary: --------------- This brings the binary prompt hooks in libpam_misc's conversation function into line with the current libpamc library.
Diffstat (limited to 'libpamc/test/agents')
-rwxr-xr-xlibpamc/test/agents/secret@here3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpamc/test/agents/secret@here b/libpamc/test/agents/secret@here
index 18d8a661..afdcbaa8 100755
--- a/libpamc/test/agents/secret@here
+++ b/libpamc/test/agents/secret@here
@@ -261,6 +261,9 @@ sub CreateDigest ($) {
or die "you'll need /usr/bin/md5sum installed";
my $oldfd = select MD5in; $|=1; select $oldfd;
+ if ($debug) {
+ print STDERR "agent: ". "telling md5: <$data>\n";
+ }
print MD5in "$data";
close MD5in;
my $reply = <MD5out>;