* @session: is a #gnutls_session_t structure.
* @label_size: length of the @label variable.
* @label: label used in PRF computation, typically a short string.
- * @server_random_first: non-0 if server random field should be first in seed
+ * @server_random_first: non-zero if server random field should be first in seed
* @extra_size: length of the @extra variable.
* @extra: optional extra data to seed the PRF with.
* @outsize: size of pre-allocated output buffer to hold the output.
* The @label variable usually contains a string denoting the purpose
* for the generated data. The @server_random_first indicates whether
* the client random field or the server random field should be first
- * in the seed. Non-0 indicates that the server random field is first,
+ * in the seed. Non-zero indicates that the server random field is first,
* 0 that the client random field is first.
*
* The @extra variable can be used to add more data to the seed, after
* @seq: specifies the sequence number of the access descriptor (0 for the first one, 1 for the second etc.)
* @what: what data to get, a #gnutls_info_access_what_t type.
* @data: output data to be freed with gnutls_free().
- * @critical: pointer to output integer that is set to non-0 if the extension is marked as critical (may be %NULL)
+ * @critical: pointer to output integer that is set to non-zero if the extension is marked as critical (may be %NULL)
*
* Note that a simpler API to access the authority info data is provided
* by gnutls_x509_aia_get() and gnutls_x509_ext_import_aia().