blob: e6aa025f0c7b18dd9426adab219b05da039610f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|