diff options
author | René Korthaus <[email protected]> | 2017-03-09 11:00:35 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-03-09 11:00:35 +0100 |
commit | 823371d06b55043425f9254ac594f74e6a58eee4 (patch) | |
tree | 44d84dbc500ca23b08623472a1de88f506bf31d6 /src/lib/x509/x509path.h | |
parent | 9961e475f10a671a8e25080958d26c8c356057ef (diff) |
Small fixes in API docs [ci skip]
Diffstat (limited to 'src/lib/x509/x509path.h')
-rw-r--r-- | src/lib/x509/x509path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509path.h b/src/lib/x509/x509path.h index a193ebe55..6dd3c21f7 100644 --- a/src/lib/x509/x509path.h +++ b/src/lib/x509/x509path.h @@ -229,7 +229,7 @@ Path_Validation_Result BOTAN_DLL x509_path_validate( * @param hostname if not empty, compared against the DNS name in end_cert * @param usage if not set to UNSPECIFIED, compared against the key usage in end_cert * @param validation_time what reference time to use for validation -* @param ocsp_timeout timeoutput for OCSP operations, 0 disables OCSP check +* @param ocsp_timeout timeout for OCSP operations, 0 disables OCSP check * @param ocsp_resp additional OCSP responses to consider (eg from peer) * @return result of the path validation */ |