aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe/pbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbe/pbe.h')
-rw-r--r--src/pbe/pbe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbe/pbe.h b/src/pbe/pbe.h
index 9add98872..975f3e6c7 100644
--- a/src/pbe/pbe.h
+++ b/src/pbe/pbe.h
@@ -37,7 +37,7 @@ class BOTAN_DLL PBE : public Filter
* DER encode the params (the number of iterations and the salt value)
* @return encoded params
*/
- virtual MemoryVector<byte> encode_params() const = 0;
+ virtual std::vector<byte> encode_params() const = 0;
/**
* Decode params and use them inside this Filter.