diff options
Diffstat (limited to 'src/cert/x509/x509_ca.h')
-rw-r--r-- | src/cert/x509/x509_ca.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cert/x509/x509_ca.h b/src/cert/x509/x509_ca.h index 1aba381bc..a9b6611d5 100644 --- a/src/cert/x509/x509_ca.h +++ b/src/cert/x509/x509_ca.h @@ -44,8 +44,8 @@ class BOTAN_DLL X509_CA /** * Create a new and empty CRL for this CA. * @param rng the random number generator to use - * @param next_update the time to set in next update in seconds as the offset from - * the current time + * @param next_update the time to set in next update in seconds + * as the offset from the current time * @return the new CRL */ X509_CRL new_crl(RandomNumberGenerator& rng, u32bit = 0) const; |