From: Simon Josefsson Date: Thu, 27 Oct 2005 15:02:23 +0000 (+0000) Subject: Add. X-Git-Tag: gnutls_1_2_9~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0ec041541874cccc02ea94028a05251709b56c;p=thirdparty%2Fgnutls.git Add. --- diff --git a/lib/x509/x509.h b/lib/x509/x509.h index 9691d8c9d2..999a600536 100644 --- a/lib/x509/x509.h +++ b/lib/x509/x509.h @@ -145,6 +145,7 @@ int gnutls_x509_crt_export(gnutls_x509_crt_t cert, int gnutls_x509_crt_get_key_usage(gnutls_x509_crt_t cert, unsigned int *key_usage, unsigned int *critical); +int gnutls_x509_crt_get_signature_algorithm(gnutls_x509_crt_t cert); int gnutls_x509_crt_get_version(gnutls_x509_crt_t cert); int gnutls_x509_privkey_init(gnutls_x509_privkey_t * key);