Use a bool instead of an int for disable-forensic-picture and
authorCarl Hetherington <cth@carlh.net>
Wed, 14 Feb 2018 22:13:31 +0000 (22:13 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 14 Feb 2018 22:16:07 +0000 (22:16 +0000)
commite2a4e0f08c9e8cc82fb20f1cd358897fae46c9ee
treee936e7abbaeb3a07806499f194861525752ab25f
parent4a5ef0b4dc6310c5eb7a35fb1c79541bf856b9a8
Use a bool instead of an int for disable-forensic-picture and
a optional<int> instead of an int with a magic -1 for
disable-forensic-audio.
src/decrypted_kdm.cc
src/decrypted_kdm.h
src/encrypted_kdm.cc
src/encrypted_kdm.h
test/encryption_test.cc
test/kdm_test.cc
test/round_trip_test.cc