mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 10:41:39 +00:00
put the #ifdefs back in for authpam
--HG-- extra : convert_revision : 93ad501313c213d77753d57def15f2c8cf5db8d7
This commit is contained in:
parent
1ace08645a
commit
644488a5f3
@ -37,6 +37,8 @@
|
||||
#include <pam/pam_appl.h>
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_SVR_PAM_AUTH
|
||||
|
||||
struct UserDataS {
|
||||
char* user;
|
||||
char* passwd;
|
||||
@ -217,3 +219,5 @@ cleanup:
|
||||
(void) pam_end(pamHandlep, 0 /* pam_status */);
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* ENABLE_SVR_PAM_AUTH */
|
||||
|
Loading…
Reference in New Issue
Block a user