summaryrefslogtreecommitdiffstats
path: root/pki/base/tps/src/channel/Secure_Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/tps/src/channel/Secure_Channel.cpp')
-rw-r--r--pki/base/tps/src/channel/Secure_Channel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/tps/src/channel/Secure_Channel.cpp b/pki/base/tps/src/channel/Secure_Channel.cpp
index 1bc53fe36..50b24ae99 100644
--- a/pki/base/tps/src/channel/Secure_Channel.cpp
+++ b/pki/base/tps/src/channel/Secure_Channel.cpp
@@ -429,7 +429,7 @@ loser:
int Secure_Channel::InstallApplet(RA_Session *session,
Buffer &packageAID, Buffer &appletAID,
- BYTE appPrivileges, unsigned int instanceSize)
+ BYTE appPrivileges, unsigned int instanceSize, unsigned int appletMemorySize)
{
int rc = 0;
APDU_Response *install_response = NULL;
@@ -442,7 +442,7 @@ int Secure_Channel::InstallApplet(RA_Session *session,
"RA_Processor::InstallApplet");
install_apdu = new Install_Applet_APDU(packageAID, appletAID, appPrivileges,
- instanceSize);
+ instanceSize, appletMemorySize );
rc = ComputeAPDU(install_apdu);
if (rc == -1)
goto loser;