]> git.meshlink.io Git - meshlink/blobdiff - src/ed25519/ecdsagen.c
Remove some more traces of tinc.
[meshlink] / src / ed25519 / ecdsagen.c
index 13707e0255d10f35f758c416a8bd0f58b5338789..4414259ecc9b626f819900df17d9dfb97070ad30 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsagen.c -- ECDSA key generation and export
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
 #include "../crypto.h"
 #include "ed25519.h"
 
-#define __TINC_ECDSA_INTERNAL__
+#define __MESHLINK_ECDSA_INTERNAL__
 typedef struct {
        uint8_t private[64];
        uint8_t public[32];