diff options
Diffstat (limited to 'src/cert/cvc/cvc_req.h')
-rw-r--r-- | src/cert/cvc/cvc_req.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/cert/cvc/cvc_req.h b/src/cert/cvc/cvc_req.h index 484d01f25..8599f539d 100644 --- a/src/cert/cvc/cvc_req.h +++ b/src/cert/cvc/cvc_req.h @@ -1,8 +1,10 @@ -/************************************************* -* EAC1_1 CVC Request Header File * -* (C) 2008 Falko Strenzke * -* [email protected] * -*************************************************/ +/* +* EAC1_1 CVC Request +* (C) 2008 Falko Strenzke +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_EAC_CVC_REQ_H__ #define BOTAN_EAC_CVC_REQ_H__ @@ -48,9 +50,9 @@ class BOTAN_DLL EAC1_1_Req : public EAC1_1_gen_CVC<EAC1_1_Req> EAC1_1_Req() {} }; -/************************************************* -* Comparison Operator * -*************************************************/ +/* +* Comparison Operator +*/ inline bool operator!=(EAC1_1_Req const& lhs, EAC1_1_Req const& rhs) { return !(lhs == rhs); |