diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-01-20 22:29:47 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-01-20 22:29:47 +0000 |
commit | a621d60e903247f1898a770f0f67786f5dc465da (patch) | |
tree | bab7d1caf2d8a3d4689272eb721844dda6e1ac76 /libpamc/test/agents/secret@here | |
parent | a7339317595a92cde290f04bda5106bd99f73177 (diff) | |
download | pam-a621d60e903247f1898a770f0f67786f5dc465da.tar.gz pam-a621d60e903247f1898a770f0f67786f5dc465da.tar.bz2 pam-a621d60e903247f1898a770f0f67786f5dc465da.zip |
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/secret@here')
-rwxr-xr-x | libpamc/test/agents/secret@here | 3 |
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>; |