mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
reformat: some nits
Signed-off-by: Gauravsingh Sisodia <xaerru@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Jakub Jelen
parent
5d06ee459b
commit
213556ce01
@@ -31,6 +31,7 @@ struct ssh_kex_struct {
|
||||
char *methods[SSH_KEX_METHODS];
|
||||
};
|
||||
|
||||
/* crypto.h needs ssh_kex_struct so it is included below the struct definition */
|
||||
#include "libssh/crypto.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -68,7 +68,7 @@ enum ssh_pending_call_e {
|
||||
SSH_PENDING_CALL_AUTH_KBDINT_INIT,
|
||||
SSH_PENDING_CALL_AUTH_KBDINT_SEND,
|
||||
SSH_PENDING_CALL_AUTH_GSSAPI_MIC,
|
||||
SSH_PENDING_CALL_AUTH_GSSAPI_KEYEX
|
||||
SSH_PENDING_CALL_AUTH_GSSAPI_KEYEX,
|
||||
};
|
||||
|
||||
/* libssh calls may block an undefined amount of time */
|
||||
|
||||
Reference in New Issue
Block a user