]> git.meshlink.io Git - meshlink/blobdiff - src/gcrypt/digest.c
Started the implementation of route_meshlink that at the moment routes packets based...
[meshlink] / src / gcrypt / digest.c
index a845afa16ec8ca46d96abeef503cfa0e8b9d5e2c..4229b0c881865bda593b25463b5f7f862f64640b 100644 (file)
@@ -1,6 +1,6 @@
 /*
     digest.c -- Digest handling
-    Copyright (C) 2007 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2012 Guus Sliepen <guus@tinc-vpn.org>
 
     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
@@ -85,7 +85,7 @@ static bool digest_open(digest_t *digest, int algo, int maclength) {
                digest->maclength = len;
        else
                digest->maclength = maclength;
-       
+
        digest->algo = algo;
        digest->hmac = NULL;