aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-28 17:15:36 +0000
committerlloyd <[email protected]>2008-10-28 17:15:36 +0000
commit73161c7a43c90f31d16c32ab18cc8d6873c094c0 (patch)
treea1f6f2d71b3b95b8b588b2bc62134daa7e63aa00 /src/cert
parent5f35fe7bd6f1a94585447763150d0b4fe772e1bd (diff)
Wrap lines to 80 columns
Diffstat (limited to 'src/cert')
-rw-r--r--src/cert/x509/x509_ca.h4
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;