aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 03c97f199..109fe7045 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
@@ -194,6 +194,12 @@ extern "C"
194 */ 194 */
195#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS 29 195#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS 29
196 196
197/**
198 * Signature by a peer affirming that the given ephemeral
199 * key is currently in use by that peer's transport service.
200 */
201#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_EPHEMERAL 30
202
197#if 0 /* keep Emacsens' auto-indent happy */ 203#if 0 /* keep Emacsens' auto-indent happy */
198{ 204{
199#endif 205#endif