]> git.meshlink.io Git - meshlink/blobdiff - src/ed25519/ecdsa.c
Remove some more traces of tinc.
[meshlink] / src / ed25519 / ecdsa.c
index 4515131a0cd1c9c56648d5fd7e6dd622618a827f..cabec3a2d7e26a392d61d5501c44a4783d358f1a 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsa.c -- ECDSA key handling
-    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
@@ -21,7 +21,7 @@
 
 #include "ed25519.h"
 
-#define __TINC_ECDSA_INTERNAL__
+#define __MESHLINK_ECDSA_INTERNAL__
 typedef struct {
        uint8_t private[64];
        uint8_t public[32];