diff options
author | lloyd <[email protected]> | 2010-03-02 19:03:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-02 19:03:20 +0000 |
commit | 732056d8876b669159b3ade4b9786528a3d2366f (patch) | |
tree | 5dfc77b75b6c9a07dc6764e72ea3636224c1bb15 /src/cert/cvc/cvc_req.h | |
parent | 7f81b3a4af59347337733a808172932de8f9c931 (diff) |
Cleanups, remove dead code
Diffstat (limited to 'src/cert/cvc/cvc_req.h')
-rw-r--r-- | src/cert/cvc/cvc_req.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/cvc/cvc_req.h b/src/cert/cvc/cvc_req.h index bfd65981f..1e8cea7f8 100644 --- a/src/cert/cvc/cvc_req.h +++ b/src/cert/cvc/cvc_req.h @@ -1,6 +1,7 @@ /* * EAC1_1 CVC Request * (C) 2008 Falko Strenzke +* 2010 Jack Lloyd * * Distributed under the terms of the Botan license */ @@ -18,7 +19,6 @@ namespace Botan { class BOTAN_DLL EAC1_1_Req : public EAC1_1_gen_CVC<EAC1_1_Req> { public: - friend class EAC1_1_Req_CA; friend class EAC1_1_ADO; friend class EAC1_1_obj<EAC1_1_Req>; |