summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-24 13:28:39 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-24 13:28:39 +0200
commitcc42929676404801a84842f6767eed9661ebc0c1 (patch)
tree26ef7de0e6c561a56dfe7120b093ee20cd52f045
parent28e44059f7c388df7786a8375a36123c7c085333 (diff)
downloadgnutls-cc42929676404801a84842f6767eed9661ebc0c1.tar.gz
doc update [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/cert.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/cert.c b/lib/cert.c
index e6c2595dc8..3b60aeea2d 100644
--- a/lib/cert.c
+++ b/lib/cert.c
@@ -638,7 +638,7 @@ _gnutls_openpgp_crt_verify_peers(gnutls_session_t session,
* @status: is the output of the verification
*
* This function will verify the peer's certificate and store
- * the status in the @status variable as a bitwise or'd gnutls_certificate_status_t
+ * the status in the @status variable as a bitwise OR of gnutls_certificate_status_t
* values or zero if the certificate is trusted. Note that value in @status
* is set only when the return value of this function is success (i.e, failure
* to trust a certificate does not imply a negative return value).
@@ -674,7 +674,7 @@ gnutls_certificate_verify_peers2(gnutls_session_t session,
* @status: is the output of the verification
*
* This function will verify the peer's certificate and store the
- * status in the @status variable as a bitwise or'd gnutls_certificate_status_t
+ * the status in the @status variable as a bitwise OR of gnutls_certificate_status_t
* values or zero if the certificate is trusted. Note that value in @status
* is set only when the return value of this function is success (i.e, failure
* to trust a certificate does not imply a negative return value).
@@ -717,7 +717,7 @@ gnutls_typed_vdata_st data;
* @status: is the output of the verification
*
* This function will verify the peer's certificate and store the
- * status in the @status variable as a bitwise or'd gnutls_certificate_status_t
+ * the status in the @status variable as a bitwise OR of gnutls_certificate_status_t
* values or zero if the certificate is trusted. Note that value in @status
* is set only when the return value of this function is success (i.e, failure
* to trust a certificate does not imply a negative return value).