diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2014-08-31 23:16:19 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-09-16 17:01:32 +0200 |
| commit | 2aee4642ef9c0cffcebc443e81a706f3e458906f (patch) | |
| tree | 52c3e1b63cc978a203aca264c496e5b2266b6865 /include/git2/transport.h | |
| parent | 7c8acc54be390face2f8b519a828a7f2860bb5b3 (diff) | |
| download | libgit2-2aee4642ef9c0cffcebc443e81a706f3e458906f.tar.gz | |
transport: move the cert type enum to types.h
This should make the mingw compiler happy.
Diffstat (limited to 'include/git2/transport.h')
| -rw-r--r-- | include/git2/transport.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/git2/transport.h b/include/git2/transport.h index 7365cffdf..06d090f4a 100644 --- a/include/git2/transport.h +++ b/include/git2/transport.h @@ -21,22 +21,6 @@ GIT_BEGIN_DECL /** - * Type of host certificate structure that is passed to the check callback - */ -typedef enum git_cert_t { - /** - * The `data` argument to the callback will be a pointer to - * the DER-encoded data. - */ - GIT_CERT_X509, - /** - * The `data` argument to the callback will be a pointer to a - * `git_cert_hostkey` structure. - */ - GIT_CERT_HOSTKEY_LIBSSH2, -} git_cert_t; - -/** * Hostkey information taken from libssh2 */ typedef struct { |
