mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
Update include/git2/common.h
This commit is contained in:
@@ -340,11 +340,11 @@ typedef enum {
|
||||
*
|
||||
* * opts(GIT_OPT_ADD_SSL_X509_CERT, const X509 *cert)
|
||||
*
|
||||
* > Add a raw X509 certificate into the SSL certs store.
|
||||
* > The added certificate is not persisted and will be used
|
||||
* > only during application lifetime. Also there is no ability
|
||||
* > to remove a certificate from the store during app lifetime
|
||||
* > after it was added.
|
||||
* > Add a raw X509 certificate into the SSL certs store.
|
||||
* > The added certificate is not persisted and will be used
|
||||
* > only during application lifetime. Also there is no ability
|
||||
* > to remove a certificate from the store during app lifetime
|
||||
* > after it was added.
|
||||
* >
|
||||
* > - `cert` is the raw X509 cert will be added to cert store.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user