mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-30 18:03:32 +08:00
b84815880e
PAM authentication using KbdInteractive. - (djm) Added another TODO
7 lines
95 B
C
7 lines
95 B
C
#include "includes.h"
|
|
#ifdef USE_PAM
|
|
|
|
int auth2_pam(Authctxt *authctxt);
|
|
|
|
#endif /* USE_PAM */
|