RECLAIM/OIDC: code cleanup
[oweals/gnunet.git] / src / include / gnunet_cadet_service.h
index b8326657dfc8b4d6a9b384f7483a29e84da94cad..da914ac9e0dd5b07416ae20bc38667e8fa7a030a 100644 (file)
@@ -89,7 +89,7 @@ struct GNUNET_CADET_ChannelTunnelNumber
    * Given two peers, both may initiate channels over the same tunnel.
    * The @e cn must be greater or equal to 0x80000000 (high-bit set)
    * for tunnels initiated with the peer that has the larger peer
-   * identity as compared using #GNUNET_CRYPTO_cmp_peer_identity().
+   * identity as compared using #GNUNET_memcmp().
    */
   uint32_t cn GNUNET_PACKED;
 };