mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 10:59:45 +00:00
Removed ifdef
This commit is contained in:
parent
b4d81a00bf
commit
89ea0e5181
@ -31,10 +31,8 @@ GIT_BEGIN_DECL
|
||||
typedef enum {
|
||||
/* git_cred_userpass_plaintext */
|
||||
GIT_CREDTYPE_USERPASS_PLAINTEXT = 1,
|
||||
#ifdef GIT_SSH
|
||||
GIT_CREDTYPE_SSH_KEYFILE_PASSPHRASE = 2,
|
||||
GIT_CREDTYPE_SSH_PUBLICKEY = 3,
|
||||
#endif
|
||||
} git_credtype_t;
|
||||
|
||||
/* The base structure for all credential types */
|
||||
|
Loading…
Reference in New Issue
Block a user