diff options
author | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 03:44:38 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 03:44:38 +0000 |
commit | 3faf8d6bffc5d0fb2525ba37bb504c53366caf9d (patch) | |
tree | 7e47911263e75034b767fe34b2f8d3d17e91f66d /subversion/include/svn_x509.h | |
parent | a55fb3c0d5eca7d887798125d5b95942b1f01d4b (diff) |
Diffstat (limited to 'subversion/include/svn_x509.h')
-rw-r--r-- | subversion/include/svn_x509.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/include/svn_x509.h b/subversion/include/svn_x509.h index eabe3ed46c8be..e3cb7941d3573 100644 --- a/subversion/include/svn_x509.h +++ b/subversion/include/svn_x509.h @@ -166,7 +166,7 @@ svn_x509_certinfo_get_valid_from(const svn_x509_certinfo_t *certinfo); * * @since New in 1.9. */ -const apr_time_t +apr_time_t svn_x509_certinfo_get_valid_to(const svn_x509_certinfo_t *certinfo); /** @@ -188,7 +188,7 @@ svn_x509_certinfo_get_hostnames(const svn_x509_certinfo_t *certinfo); * Given an @a oid return a null-terminated C string representation. * For example an OID with the bytes "\x2A\x86\x48\x86\xF7\x0D\x01\x09\x01" * would be converted to the string "1.2.840.113549.1.9.1". Returns - * NULL if the @oid can't be represented as a string. + * NULL if the @a oid can't be represented as a string. * * @since New in 1.9. */ const char * |