LibCrypto: Remove unused VerificationConsistency enum

This commit is contained in:
devgianlu 2025-05-31 14:45:38 +02:00 committed by Shannon Booth
commit d8d69c1650
Notes: github-actions[bot] 2025-06-25 00:23:54 +00:00

View file

@ -1,16 +0,0 @@
/*
* Copyright (c) 2020, Ali Mohammad Pur <mpfard@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Crypto {
enum class VerificationConsistency {
Consistent,
Inconsistent
};
}