mirror of
https://github.com/bstansell/conserver.git
synced 2025-01-22 11:58:00 +00:00
fix warning: implicit declaration of function 'AttemptGSSAPI'
This commit is contained in:
parent
17a2e50d5f
commit
54f35f135e
@ -83,3 +83,6 @@ extern void SendIWaitClientsMsg(CONSENT *, char *);
|
||||
#if HAVE_OPENSSL
|
||||
extern int AttemptSSL(CONSCLIENT *);
|
||||
#endif
|
||||
#if HAVE_GSSAPI
|
||||
extern int AttemptGSSAPI(CONSCLIENT *)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user