diff options
Diffstat (limited to 'src/eme_pkcs.cpp')
-rw-r--r-- | src/eme_pkcs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eme_pkcs.cpp b/src/eme_pkcs.cpp index 8296681d8..e6c9ae2d2 100644 --- a/src/eme_pkcs.cpp +++ b/src/eme_pkcs.cpp @@ -12,7 +12,8 @@ namespace Botan { * PKCS1 Pad Operation * *************************************************/ SecureVector<byte> EME_PKCS1v15::pad(const byte in[], u32bit inlen, - u32bit olen) const + u32bit olen, + RandomNumberGenerator&) const { olen /= 8; |