Modify enum values for corrupted encryption
[platform/core/security/ode.git] / rmi / external-encryption.h
index 540d947..b944090 100644 (file)
@@ -49,9 +49,8 @@ public:
        enum State {
                Unencrypted = 0x00,
                Encrypted   = 0x01,
-               CorruptedEncryption   = 0x02,
-               CorruptedDecryption   = 0x03,
-               Invalid = 0x04,
+               Corrupted   = 0x02,
+               Invalid     = 0x03,
        };
 
        virtual int getState() = 0;