[clfft] 55/74: changing macro slightly

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jan 14 19:52:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.

commit 2e6979ad39360176c1c5f44b036e2b5b2defdcba
Author: bragadeesh <bragadeesh.natarajan at amd>
Date:   Wed Jan 6 16:37:05 2016 -0800

    changing macro slightly
---
 src/library/md5sum.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/library/md5sum.h b/src/library/md5sum.h
index b77c3ff..2b93d21 100644
--- a/src/library/md5sum.h
+++ b/src/library/md5sum.h
@@ -23,8 +23,8 @@
  * See md5.c for more information.
  */
 
-#ifndef _MD5_H
-#define _MD5_H
+#ifndef _MD5_SUM_H
+#define _MD5_SUM_H
 
 #ifdef HAVE_OPENSSL
 #include <openssl/md5.h>
@@ -48,4 +48,4 @@ extern void MD5_Final(unsigned char *result, MD5_CTX *ctx);
 
 void md5sum (const void * data, unsigned long size, char * md5sum);
 
-#endif // _MD5_H
+#endif // _MD5_SUM_H

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list