aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_ca.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-02 17:54:32 +0000
committerlloyd <[email protected]>2010-03-02 17:54:32 +0000
commitf85024b6c52bf276e92854afff7813ae5740de71 (patch)
tree65834e2ffa8b85d5f9848587a59054ee449fe038 /src/cert/cvc/cvc_ca.h
parent136ac920e656d7b2de8c9758fa252993e6f44f25 (diff)
Remove some needless usages of auto_ptr in CVC
Diffstat (limited to 'src/cert/cvc/cvc_ca.h')
-rw-r--r--src/cert/cvc/cvc_ca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/cvc/cvc_ca.h b/src/cert/cvc/cvc_ca.h
index 3ec307bb3..87699808f 100644
--- a/src/cert/cvc/cvc_ca.h
+++ b/src/cert/cvc/cvc_ca.h
@@ -36,7 +36,7 @@ class BOTAN_DLL EAC1_1_CVC_CA
* @param ced the CED to appear in the certificate
* @param ced the CEX to appear in the certificate
*/
- static EAC1_1_CVC make_cert(std::auto_ptr<PK_Signer> signer,
+ static EAC1_1_CVC make_cert(PK_Signer& signer,
MemoryRegion<byte> const& public_key,
ASN1_Car const& car,
ASN1_Chr const& chr,