Typo fix from previous check-in
This commit is contained in:
parent
1aafa6b682
commit
1653296fa2
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ DEF_GNUTLS_FN (int, gnutls_x509_crt_import,
|
|||
DEF_GNUTLS_FN (int, gnutls_x509_crt_init, (gnutls_x509_crt_t *));
|
||||
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_fingerprint,
|
||||
(gnutls_x509_crt_t,
|
||||
gnutls_digest_algorithm_t, void *, size_t *_buf));
|
||||
gnutls_digest_algorithm_t, void *, size_t *));
|
||||
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_version,
|
||||
(gnutls_x509_crt_t));
|
||||
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_serial,
|
||||
|
|
Loading…
Add table
Reference in a new issue