diff options
Diffstat (limited to 'doc/functions/gnutls_x509_crq_get_version')
-rw-r--r-- | doc/functions/gnutls_x509_crq_get_version | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crq_get_version b/doc/functions/gnutls_x509_crq_get_version new file mode 100644 index 0000000..1650223 --- /dev/null +++ b/doc/functions/gnutls_x509_crq_get_version @@ -0,0 +1,13 @@ + + + + +@deftypefun {int} {gnutls_x509_crq_get_version} (gnutls_x509_crq_t @var{crq}) +@var{crq}: should contain a @code{gnutls_x509_crq_t} type + +This function will return the version of the specified Certificate +request. + +@strong{Returns:} version of certificate request, or a negative error code on +error. +@end deftypefun |