Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444784
Collapse All | Expand All

(-)orig/src/libutil/SHA1.cpp (-1 / +1 lines)
Lines 8-16 Link Here
8
8
9
// If compiling with MFC, you might want to add #include "StdAfx.h"
9
// If compiling with MFC, you might want to add #include "StdAfx.h"
10
10
11
#include "SHA1.h"
11
#include "hash.h"
12
#include "hash.h"
12
#include "dassert.h"
13
#include "dassert.h"
13
#include "SHA1.h"
14
14
15
#ifdef SHA1_UTILITY_FUNCTIONS
15
#ifdef SHA1_UTILITY_FUNCTIONS
16
#define SHA1_MAX_FILE_BUFFER 8000
16
#define SHA1_MAX_FILE_BUFFER 8000

Return to bug 444784