diff options
Diffstat (limited to 'src/cert/cvc/cvc_cert.cpp')
-rw-r--r-- | src/cert/cvc/cvc_cert.cpp | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/cert/cvc/cvc_cert.cpp b/src/cert/cvc/cvc_cert.cpp index 11539ef1e..71ca0cf16 100644 --- a/src/cert/cvc/cvc_cert.cpp +++ b/src/cert/cvc/cvc_cert.cpp @@ -1,6 +1,8 @@ /* (C) 2007 FlexSecure GmbH 2008 Jack Lloyd +* +* Distributed under the terms of the Botan license */ #include <botan/cvc_cert.h> @@ -27,9 +29,9 @@ u32bit EAC1_1_CVC::get_chat_value() const return m_chat_val; } -/************************************************* -* Decode the TBSCertificate data * -*************************************************/ +/* +* Decode the TBSCertificate data +*/ void EAC1_1_CVC::force_decode() { SecureVector<byte> enc_pk; @@ -73,9 +75,9 @@ void EAC1_1_CVC::force_decode() #endif } -/************************************************* -* CVC Certificate Constructor * -*************************************************/ +/* +* CVC Certificate Constructor +*/ EAC1_1_CVC::EAC1_1_CVC(std::tr1::shared_ptr<DataSource>& in) { init(in); |