From ff8414b174b4a05a80fbcea689babedeea4140fb Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 26 May 2012 23:02:31 +0000 Subject: No reason to use secure_vector here --- src/pubkey/x509_key.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pubkey/x509_key.h') diff --git a/src/pubkey/x509_key.h b/src/pubkey/x509_key.h index fde765715..4fe11a83f 100644 --- a/src/pubkey/x509_key.h +++ b/src/pubkey/x509_key.h @@ -58,7 +58,7 @@ BOTAN_DLL Public_Key* load_key(const std::string& filename); * @param enc the memory region containing the DER or PEM encoded key * @return new public key object */ -BOTAN_DLL Public_Key* load_key(const secure_vector& enc); +BOTAN_DLL Public_Key* load_key(const std::vector& enc); /** * Copy a key. -- cgit v1.2.3