summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-01-10 15:53:11 +0100
committerSander Vrijders <sander@ouroboros.rocks>2026-01-12 08:13:24 +0100
commit1433fa50cb4e162a0557f207a1097d165392ba8e (patch)
tree9d52e9604fd422d3295e2f0b2719bafcffc7cf71 /include
parent3f373b06b05083d9395250379a2978b5f6085002 (diff)
downloadouroboros-1433fa50cb4e162a0557f207a1097d165392ba8e.tar.gz
ouroboros-1433fa50cb4e162a0557f207a1097d165392ba8e.zip
build: Fix missing DEBUG_PROTO optionsbe
The DEBUG_PROTO_DHT and DEBUG_PROTO_LS build options were not correctly migrated to the new CMake modules. This adds them back. There was a non-implemented DEBUG_PROTO_OEP option. This removes that stale code. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/serdes-oep.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/ouroboros/serdes-oep.h b/include/ouroboros/serdes-oep.h
index af4446c1..f7d8561a 100644
--- a/include/ouroboros/serdes-oep.h
+++ b/include/ouroboros/serdes-oep.h
@@ -66,12 +66,4 @@ ssize_t enroll_ack_ser(const struct enroll_ack * ack,
int enroll_ack_des(struct enroll_ack * ack,
const buffer_t buf);
-#ifdef DEBUG_PROTO_OEP
-void debug_enroll_req(const struct enroll_req * req);
-
-void debug_enroll_resp(const struct enroll_resp * resp);
-
-void debug_enroll_ack(const struct enroll_ack * ack);
-#endif /* DEBUG_PROTO_OEP */
-
#endif /* OUROBOROS_LIB_SERDES_OEP_H*/