diff options
author | lloyd <[email protected]> | 2010-02-24 01:40:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-24 01:40:25 +0000 |
commit | 2aceaaa8d1b051ff225ebe5d75d3f02ac874e751 (patch) | |
tree | d8fba850be19daf0f84454b4a648667268ad50c8 /src/cert/cvc/cvc_cert.h | |
parent | 7347916cb685582d5f2b5fee4b518d0d1d4995ca (diff) |
Remove TR1 dependency in CVC code
Diffstat (limited to 'src/cert/cvc/cvc_cert.h')
-rw-r--r-- | src/cert/cvc/cvc_cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/cvc/cvc_cert.h b/src/cert/cvc/cvc_cert.h index 17671d332..ae0c21d7b 100644 --- a/src/cert/cvc/cvc_cert.h +++ b/src/cert/cvc/cvc_cert.h @@ -59,7 +59,7 @@ class BOTAN_DLL EAC1_1_CVC : public EAC1_1_gen_CVC<EAC1_1_CVC>//Signed_Object * Construct a CVC from a data source * @param source the data source */ - EAC1_1_CVC(std::tr1::shared_ptr<DataSource>& source); + EAC1_1_CVC(DataSource& source); /** * Construct a CVC from a file |