aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pkcs8.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-06-05 16:43:58 +0000
committerlloyd <[email protected]>2012-06-05 16:43:58 +0000
commit4d1378782d83fda342afc3e200f38ef6964ae6e2 (patch)
tree873e7742441cfd3e7701b211429277635811eb90 /src/pubkey/pkcs8.cpp
parentb90c6b3654ff1bff53632f4083ae440d8bd9fd99 (diff)
Modify DL_Group::PEM_decode and BER_decode to take values instead of
DataSource&. Remove spurious DataSource_Memory from ec_group.cpp Some indent fixes
Diffstat (limited to 'src/pubkey/pkcs8.cpp')
-rw-r--r--src/pubkey/pkcs8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/pkcs8.cpp b/src/pubkey/pkcs8.cpp
index 23c021fdb..d9b92dc23 100644
--- a/src/pubkey/pkcs8.cpp
+++ b/src/pubkey/pkcs8.cpp
@@ -25,7 +25,7 @@ namespace {
* Get info from an EncryptedPrivateKeyInfo
*/
secure_vector<byte> PKCS8_extract(DataSource& source,
- AlgorithmIdentifier& pbe_alg_id)
+ AlgorithmIdentifier& pbe_alg_id)
{
secure_vector<byte> key_data;