mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-26 11:29:04 +02:00
7 lines
95 B
C
7 lines
95 B
C
#include "includes.h"
|
|
#ifdef USE_PAM
|
|
|
|
int auth2_pam(Authctxt *authctxt);
|
|
|
|
#endif /* USE_PAM */
|