summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-05-17 17:56:49 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-05-19 17:51:53 +0200
commitdbb36e1b42de2b65b3ea98501dc6aae754acd744 (patch)
tree34e8f0118e495c6dcb04962d36d197a1b4921172 /include/git2/errors.h
parent89460f3f57b6efa906263a19b982f8a7859b15c9 (diff)
downloadlibgit2-dbb36e1b42de2b65b3ea98501dc6aae754acd744.tar.gz
ssl: check certificates against the system's trusted CAs
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index fb6670004..ccbc9fcf4 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -88,6 +88,7 @@ typedef enum {
GITERR_TAG,
GITERR_TREE,
GITERR_INDEXER,
+ GITERR_SSL,
} git_error_t;
/**