summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-14 22:13:28 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-14 22:13:28 +0200
commitcaf56d9a15382453a4b55186d409f5aecd09b4cd (patch)
tree0c4f177a8d6b8f6ad15113766c560a158885de76 /common
parent148d0ab146b271e76e98e86534869ebb2f821c9e (diff)
downloadeurephia-caf56d9a15382453a4b55186d409f5aecd09b4cd.tar.gz
eurephia-caf56d9a15382453a4b55186d409f5aecd09b4cd.tar.xz
eurephia-caf56d9a15382453a4b55186d409f5aecd09b4cd.zip
Fixed some new Doxygen warnings which came after enabling static functions and vars
Diffstat (limited to 'common')
-rw-r--r--common/randstr.c3
-rw-r--r--common/sha512.c6
2 files changed, 3 insertions, 6 deletions
diff --git a/common/randstr.c b/common/randstr.c
index 42886b1..6d98897 100644
--- a/common/randstr.c
+++ b/common/randstr.c
@@ -36,6 +36,9 @@
#include <eurephia_context.h>
#include <eurephia_log.h>
+/**
+ * Flag for indicating if the random generator has been initialised
+ */
static int rand_init = 0;
/**
diff --git a/common/sha512.c b/common/sha512.c
index 2462424..1d9d293 100644
--- a/common/sha512.c
+++ b/common/sha512.c
@@ -60,12 +60,6 @@
#include "sha512.h"
-#ifndef lint
-static const char rcsid[] =
- "$Id: sha512.c 680 2003-07-25 21:58:07Z asaddi $";
-#endif /* !lint */
-
-
/**
* @{
*/