diff options
Diffstat (limited to 'doc/functions/gnutls_ocsp_req_get_version')
-rw-r--r-- | doc/functions/gnutls_ocsp_req_get_version | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/functions/gnutls_ocsp_req_get_version b/doc/functions/gnutls_ocsp_req_get_version new file mode 100644 index 0000000..ffa2e0a --- /dev/null +++ b/doc/functions/gnutls_ocsp_req_get_version @@ -0,0 +1,12 @@ + + + + +@deftypefun {int} {gnutls_ocsp_req_get_version} (gnutls_ocsp_req_const_t @var{req}) +@var{req}: should contain a @code{gnutls_ocsp_req_t} type + +This function will return the version of the OCSP request. +Typically this is always 1 indicating version 1. + +@strong{Returns:} version of OCSP request, or a negative error code on error. +@end deftypefun |