]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Thu, 27 Oct 2005 15:02:23 +0000 (15:02 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 27 Oct 2005 15:02:23 +0000 (15:02 +0000)
lib/x509/x509.h

index 9691d8c9d27686cee539a8f6ee23a25cd399dae3..999a600536f4ec47a79c5d889fcd6a620b904c13 100644 (file)
@@ -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);