Give sdctr a default value for backwards+test compat

Re #102
This commit is contained in:
Jeff Forcier 2013-02-27 18:44:06 -08:00
parent adad068b13
commit 7e5911a1ff
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Packetizer (object):
"""
self.__logger = log
def set_outbound_cipher(self, block_engine, block_size, mac_engine, mac_size, mac_key, sdctr):
def set_outbound_cipher(self, block_engine, block_size, mac_engine, mac_size, mac_key, sdctr=False):
"""
Switch outbound data cipher.
"""