diff options
author | lloyd <[email protected]> | 2006-06-23 10:55:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-23 10:55:48 +0000 |
commit | 01260a90f22f44e91c4a0cc77d99f86a9f11b313 (patch) | |
tree | d0c90398e7849f1d581569fced4041899aea5dc5 /src/x509cert.cpp | |
parent | 78e27f1dd2c7eb22402fe0e16b6daebe9d307e35 (diff) |
Wrap a line at 80 columns
Diffstat (limited to 'src/x509cert.cpp')
-rw-r--r-- | src/x509cert.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/x509cert.cpp b/src/x509cert.cpp index b65fdef5c..3a6f22129 100644 --- a/src/x509cert.cpp +++ b/src/x509cert.cpp @@ -197,7 +197,8 @@ u32bit X509_Certificate::path_limit() const *************************************************/ Key_Constraints X509_Certificate::constraints() const { - return Key_Constraints(subject.get1_u32bit("X509v3.KeyUsage", NO_CONSTRAINTS)); + return Key_Constraints(subject.get1_u32bit("X509v3.KeyUsage", + NO_CONSTRAINTS)); } /************************************************* |