diff options
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/parsing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/parsing.cpp b/src/lib/utils/parsing.cpp index ae95b1a87..f3e74d386 100644 --- a/src/lib/utils/parsing.cpp +++ b/src/lib/utils/parsing.cpp @@ -201,6 +201,7 @@ std::vector<uint32_t> parse_asn1_oid(const std::string& oid) #if defined(BOTAN_HAS_ASN1) return OID(oid).get_components(); #else + BOTAN_UNUSED(oid); throw Not_Implemented("ASN1 support not available"); #endif } |