aboutsummaryrefslogtreecommitdiff
path: root/src/checksum.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-12-28 12:28:25 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-12-28 12:28:25 -0500
commit5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea (patch)
treea60ffaacdaa394f8a9772220b50a47d5f51bddc6 /src/checksum.c
parenta267f8258162fdab350944676b2e71f858c3de51 (diff)
downloadspmc-5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea.tar.gz
Fixes:
* doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
Diffstat (limited to 'src/checksum.c')
-rw-r--r--src/checksum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/checksum.c b/src/checksum.c
index a26a415..d777edc 100644
--- a/src/checksum.c
+++ b/src/checksum.c
@@ -1,6 +1,6 @@
-//
-// Created by jhunk on 12/20/19.
-//
+/**
+ * @file checksum.c
+ */
#include "spm.h"
#include <openssl/md5.h>
#include <openssl/sha.h>