Update include/git2/common.h

This commit is contained in:
Edward Thomson
2024-09-29 22:58:39 +01:00
committed by GitHub
parent 6c9ef79aeb
commit 54100fc081

View File

@@ -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.
*