diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2018-05-31 00:20:18 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-05-31 00:20:18 +0000 |
commit | a2b72aeb86f297d349bc9e6a8f059fedf97a499a (patch) | |
tree | c38da9d49547266bdbd96c91b0cc7803b79b0027 /modules/pam_unix/support.h | |
parent | 3b77a78d575b8ab56bb0e828499df328d55c925f (diff) | |
download | pam-a2b72aeb86f297d349bc9e6a8f059fedf97a499a.tar.gz pam-a2b72aeb86f297d349bc9e6a8f059fedf97a499a.tar.bz2 pam-a2b72aeb86f297d349bc9e6a8f059fedf97a499a.zip |
pam_unix: remove obsolete _unix_read_password prototype
The function was removed by commit Linux-PAM-1.3.0~5
so the function prototype should go as well.
* modules/pam_unix/support.h (_unix_read_password): Remove.
Complements: 7e09188c5dc4 ("pam_unix: Use pam_get_authtok() instead of
direct pam_prompt() calls.")
Diffstat (limited to 'modules/pam_unix/support.h')
-rw-r--r-- | modules/pam_unix/support.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/pam_unix/support.h b/modules/pam_unix/support.h index b4c279c3..543e9b9f 100644 --- a/modules/pam_unix/support.h +++ b/modules/pam_unix/support.h @@ -164,13 +164,6 @@ extern int _unix_blankpasswd(pam_handle_t *pamh,unsigned int ctrl, const char *name); extern int _unix_verify_password(pam_handle_t * pamh, const char *name ,const char *p, unsigned int ctrl); -extern int _unix_read_password(pam_handle_t * pamh - ,unsigned int ctrl - ,const char *comment - ,const char *prompt1 - ,const char *prompt2 - ,const char *data_name - ,const void **pass); extern int _unix_run_verify_binary(pam_handle_t *pamh, unsigned int ctrl, const char *user, int *daysleft); |