Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/compat/pam_get_authtok.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-05-02 23:11:28 +0200
committerArthur de Jong <arthur@arthurdejong.org>2012-05-02 23:11:28 +0200
commitc5aef9868c5c703a3e9682300068407f17e517a3 (patch)
tree1987b0d09e69e3e009d31dc33199a6bb4726638a /compat/pam_get_authtok.c
parent976c16da975f25352f5740a5c6e045a5235422b0 (diff)
move all PAM_AUTHTOK_RECOVERY_ERR compatibility definitions to compat/pam_compat.h
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1677 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat/pam_get_authtok.c')
-rw-r--r--compat/pam_get_authtok.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/compat/pam_get_authtok.c b/compat/pam_get_authtok.c
index a2f3b9a..17b97ad 100644
--- a/compat/pam_get_authtok.c
+++ b/compat/pam_get_authtok.c
@@ -35,15 +35,6 @@
/* warning: this version assumes that try_first_pass is specified */
-/* find value of PAM_AUTHTOK_RECOVERY_ERR */
-#ifndef PAM_AUTHTOK_RECOVERY_ERR
-#ifdef PAM_AUTHTOK_RECOVER_ERR
-#define PAM_AUTHTOK_RECOVERY_ERR PAM_AUTHTOK_RECOVER_ERR
-#else
-#define PAM_AUTHTOK_RECOVERY_ERR 21 /* not defined anywhere */
-#endif
-#endif
-
int pam_get_authtok(pam_handle_t *pamh,int item,const char **authtok,const char *prompt)
{
int rc;