From 41b4b531beb83d6906c26ff90f576e33f5ef2ba5 Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Tue, 8 Jul 2025 14:59:43 +0200 Subject: [PATCH] mesh: net-keys: remove dead function prototype net_key_snb_compose() has been made static (and renamed) in commit 5ba57cf85140 ("mesh: Add Tx/Rx support of Mesh Private Beacons"). --- mesh/net-keys.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mesh/net-keys.h b/mesh/net-keys.h index 61340dbfd..49e01132c 100644 --- a/mesh/net-keys.h +++ b/mesh/net-keys.h @@ -32,8 +32,6 @@ uint32_t net_key_beacon(const uint8_t *data, uint16_t len, uint32_t *ivi, bool *ivu, bool *kr); bool net_key_snb_check(uint32_t id, uint32_t iv_index, bool kr, bool ivu, uint64_t cmac); -bool net_key_snb_compose(uint32_t id, uint32_t iv_index, bool kr, bool ivu, - uint8_t *snb); void net_key_beacon_seen(uint32_t id); bool net_key_beacon_refresh(uint32_t id, uint32_t iv_index, bool kr, bool ivu, bool force); -- 2.47.3