mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
15 lines
371 B
Diff
15 lines
371 B
Diff
--- orig/src/libutil/SHA1.cpp 2012-11-17 01:02:42.000000000 +0200
|
|
+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
|
|
@@ -8,9 +8,9 @@
|
|
|
|
// If compiling with MFC, you might want to add #include "StdAfx.h"
|
|
|
|
+#include "SHA1.h"
|
|
#include "hash.h"
|
|
#include "dassert.h"
|
|
-#include "SHA1.h"
|
|
|
|
#ifdef SHA1_UTILITY_FUNCTIONS
|
|
#define SHA1_MAX_FILE_BUFFER 8000
|
|
|