commit | 4da50de895588a0268b636314d7c1d08f18b20c9 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Dec 29 12:04:10 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Dec 30 07:30:18 2014 +0100 |
tree | 152b28dbc4fc2ac6fc5d216edf4fe275e39ff1a9 | |
parent | 7fc1b2d56f399f65e96559fe449c0ca09d2c36c7 [diff] |
Bluetooth: Fix const declarations for smp_f5 and smp_f6 These SMP crypto functions should have all their input parameters declared as const. This patch fixes the parameters that were missing the const declaration. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>