diff options
author | Jack Lloyd <[email protected]> | 2019-12-06 11:10:30 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-12-06 11:10:30 -0500 |
commit | 56d73170c0d6937c94ed053682048a018bb8ce78 (patch) | |
tree | 8828d702348ddc1a70de171b7faacf22433575c4 /doc/api_ref | |
parent | 45881b4c526aabefb2ee6500a5125701dca240ca (diff) |
Clarify documentation
Diffstat (limited to 'doc/api_ref')
-rw-r--r-- | doc/api_ref/ffi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api_ref/ffi.rst b/doc/api_ref/ffi.rst index 4bf03a5b1..bec0f5503 100644 --- a/doc/api_ref/ffi.rst +++ b/doc/api_ref/ffi.rst @@ -66,8 +66,8 @@ The following enum values are defined in the FFI header: .. note:: - If the environment variable ``BOTAN_FFI_PRINT_EXCEPTIONS`` is - set, then any exception which is caught by the FFI layer will + If the environment variable ``BOTAN_FFI_PRINT_EXCEPTIONS`` is set to any + non-empty value, then any exception which is caught by the FFI layer will first print the exception message to stderr before returning an error. This is sometimes useful for debugging. @@ -1199,4 +1199,4 @@ X.509 Certificate Revocation Lists .. cpp:function:: int botan_x509_is_revoked(botan_x509_crl_t crl, botan_x509_cert_t cert) Check whether a given ``crl`` contains a given ``cert``. - Return ``0`` when the certificate is revoked, ``-1`` otherwise.
\ No newline at end of file + Return ``0`` when the certificate is revoked, ``-1`` otherwise. |