RECLAIM/OIDC: code cleanup
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 37a4ca1fbaac40afc4c0dfa140a95ed38ce1d921..30a4bb761ed49ba2fbdc73bab98d16c51589f8ea 100644 (file)
@@ -230,6 +230,17 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE 35
 
+/**
+ * Signature by a peer affirming that it is on a DV path.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_HOP 36
+
+/**
+ * Signature by a peer affirming that it originated the
+ * DV path.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_INITIATOR 37
+
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {