Modify enum values for corrupted encryption 98/181298/3 accepted/tizen/4.0/unified/20180613.234958 submit/tizen_4.0/20180612.052541
authorseolheui kim <s414.kim@samsung.com>
Tue, 12 Jun 2018 02:22:01 +0000 (11:22 +0900)
committerseolheui kim <s414.kim@samsung.com>
Tue, 12 Jun 2018 05:00:36 +0000 (14:00 +0900)
commit952a2c4ba1c9ac31841a35c3918a03a288b1351d
tree950d97ac2f0c28a20300ebc58774072f46963952
parentb9dfdc82244309346a51f2cce7c90f51b1a71e23
Modify enum values for corrupted encryption

- combine State::CorruptedEncryption and State::CorruptedDecryption with State::Corrupted
  to avoid build break since State::Corrupted is used in other packages.

Change-Id: I14ba9ee1c51dc35240a7151f7ddf545453555ced
Signed-off-by: seolheui kim <s414.kim@samsung.com>
lib/ode/common.h
rmi/external-encryption.h
rmi/internal-encryption.h
server/external-encryption.cpp
server/internal-encryption.cpp
tools/cli/ode-admin-cli.cpp