diff options
author | Iftikhar Ahmad <iftikhar.ahmad@gmail.com> | 2013-03-19 12:29:06 +0500 |
---|---|---|
committer | Iftikhar Ahmad <iftikhar.ahmad@gmail.com> | 2013-03-19 12:29:06 +0500 |
commit | 5cf1567bf526dd292e084e1a289f72609ea92c2d (patch) | |
tree | 7e6acd2284d724a46079c2fb0018cde44d6151a7 /tests/mock_pam.h | |
parent | ffb3ffe818c5444c3407ec79565a99db53397a2d (diff) | |
parent | 788858a758cb0db992247299c4b430ba603196e2 (diff) | |
download | libpam-freerdp2-5cf1567bf526dd292e084e1a289f72609ea92c2d.tar.gz libpam-freerdp2-5cf1567bf526dd292e084e1a289f72609ea92c2d.tar.bz2 libpam-freerdp2-5cf1567bf526dd292e084e1a289f72609ea92c2d.zip |
Empty password fix and added related unit test Bug#1092428
Diffstat (limited to 'tests/mock_pam.h')
-rw-r--r-- | tests/mock_pam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mock_pam.h b/tests/mock_pam.h index eb88a2e..c9c4f36 100644 --- a/tests/mock_pam.h +++ b/tests/mock_pam.h @@ -17,6 +17,7 @@ typedef struct pam_handle pam_handle_t; pam_handle_t *pam_handle_new (void); +pam_handle_t *pam_handle_empty_pswd_new (void); int pam_get_item (const pam_handle_t *pamh, int type, const void **value); int pam_set_item (pam_handle_t *pamh, int type, const void *value); |