aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/x509_key.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-05-26 23:02:31 +0000
committerlloyd <[email protected]>2012-05-26 23:02:31 +0000
commitff8414b174b4a05a80fbcea689babedeea4140fb (patch)
treea164a59d2c8256b58666193beb01fa93cd4ec0f2 /src/pubkey/x509_key.h
parent6c163bfd61ffa9a2c04efab01a94aced0716dc18 (diff)
No reason to use secure_vector here
Diffstat (limited to 'src/pubkey/x509_key.h')
-rw-r--r--src/pubkey/x509_key.h2
1 files changed, 1 insertions, 1 deletions
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<byte>& enc);
+BOTAN_DLL Public_Key* load_key(const std::vector<byte>& enc);
/**
* Copy a key.