8000 options: update X509 cert constant by ethomson · Pull Request #6974 · libgit2/libgit2 · GitHub
[go: up one dir, main page]

Skip to content

options: update X509 cert constant #6974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. 8000 We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/git2/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;

/**
Expand Down
Loading
0