summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_crq_init
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_x509_crq_init')
-rw-r--r--doc/functions/gnutls_x509_crq_init13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crq_init b/doc/functions/gnutls_x509_crq_init
new file mode 100644
index 0000000..e6aa025
--- /dev/null
+++ b/doc/functions/gnutls_x509_crq_init
@@ -0,0 +1,13 @@
+
+
+
+
+@deftypefun {int} {gnutls_x509_crq_init} (gnutls_x509_crq_t * @var{crq})
+@var{crq}: A pointer to the type to be initialized
+
+This function will initialize a PKCS@code{10} certificate request
+structure.
+
+@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a
+negative error value.
+@end deftypefun