]> git.ozlabs.org Git - petitboot/blobdiff - ui/test/discover-test.c
lib: Add AUTH_MSG_DECRYPT
[petitboot] / ui / test / discover-test.c
index f3e7dd8cfc5b177595fedfd9a1ff9815c1dea3b2..6fb14dec2059b9c83c0184174b885e1219e1c5d1 100644 (file)
@@ -16,6 +16,8 @@ static const char *device_type_string(enum device_type type)
                return "optical";
        case DEVICE_TYPE_ANY:
                return "any";
                return "optical";
        case DEVICE_TYPE_ANY:
                return "any";
+       case DEVICE_TYPE_LUKS:
+               return "encrypted";
        case DEVICE_TYPE_UNKNOWN:
                return "unknown";
        }
        case DEVICE_TYPE_UNKNOWN:
                return "unknown";
        }