Modify enum values for corrupted encryption
[platform/core/security/ode.git] / lib / ode / common.h
index f2fc30b..b84a848 100644 (file)
@@ -70,8 +70,7 @@ typedef enum {
 typedef enum {
     ODE_STATE_UNENCRYPTED   = 0x00, /**< Device is not encrypted */
     ODE_STATE_ENCRYPTED     = 0x01, /**< Device is encrypted  */
-    ODE_STATE_CORRUPTED_ENCRYPTION     = 0x02,  /**< Device is corrupted because of encryption error  */
-    ODE_STATE_CORRUPTED_DECRYPTION     = 0x03,  /**< Device is corrupted becouse of decryption error  */
+    ODE_STATE_CORRUPTED     = 0x02, /**< Device is corrupted because of encryption error */
 } ode_state_e;
 
 /**