mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
options: update X509 cert constant
By placing the X509 cert constant option in the middle of the existing options, it renumbers everything unnecessarily. Move it to the end in to avoid breaking changes.
This commit is contained in:
@@ -225,7 +225,6 @@ typedef enum {
|
||||
GIT_OPT_GET_TEMPLATE_PATH,
|
||||
GIT_OPT_SET_TEMPLATE_PATH,
|
||||
GIT_OPT_SET_SSL_CERT_LOCATIONS,
|
||||
GIT_OPT_ADD_SSL_X509_CERT,
|
||||
GIT_OPT_SET_USER_AGENT,
|
||||
GIT_OPT_ENABLE_STRICT_OBJECT_CREATION,
|
||||
GIT_OPT_ENABLE_STRICT_SYMBOLIC_REF_CREATION,
|
||||
@@ -257,7 +256,8 @@ typedef enum {
|
||||
GIT_OPT_SET_SERVER_TIMEOUT,
|
||||
GIT_OPT_GET_SERVER_TIMEOUT,
|
||||
GIT_OPT_SET_USER_AGENT_PRODUCT,
|
||||
GIT_OPT_GET_USER_AGENT_PRODUCT
|
||||
GIT_OPT_GET_USER_AGENT_PRODUCT,
|
||||
GIT_OPT_ADD_SSL_X509_CERT
|
||||
} git_libgit2_opt_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user