Skip to content

Commit

Permalink
Remove extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
khevessy committed Sep 12, 2024
1 parent 035e566 commit 7bf9aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vanetza/security/v3/certificate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ bool copy_curve_point(PublicKey& to, const asn1::EccP384CurvePoint& from);
ByteBuffer fetch_octets(const OCTET_STRING_t& octets);
ByteBuffer get_x_coordinate(const asn1::EccP256CurvePoint& point);
ByteBuffer get_x_coordinate(const asn1::EccP384CurvePoint& point);
}

bool is_compressed(const Vanetza_Security_EccP256CurvePoint& point);
bool is_compressed(const Vanetza_Security_EccP384CurvePoint& point);
Expand Down

0 comments on commit 7bf9aa8

Please sign in to comment.