aboutsummaryrefslogtreecommitdiff
path: root/src/sha1.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-01-07 00:34:39 +0000
committerMike Buland <eichlan@xagasoft.com>2010-01-07 00:34:39 +0000
commitb07c2de16ae8dfa2c0fc4a594deddacc46386216 (patch)
treed826b88d8d3c17a821325d6dec3f7fa82549f842 /src/sha1.cpp
parent17c92cf5b2b0dfdfdbbdb5c41354634ca98ae1b4 (diff)
downloadlibbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.gz
libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.bz2
libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.xz
libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.zip
A bunch of things weren't including their own files in quite the correct way...
Diffstat (limited to 'src/sha1.cpp')
-rw-r--r--src/sha1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha1.cpp b/src/sha1.cpp
index 8a75b97..1d6ae76 100644
--- a/src/sha1.cpp
+++ b/src/sha1.cpp
@@ -9,7 +9,7 @@
9#include <string.h> 9#include <string.h>
10#include <stdlib.h> 10#include <stdlib.h>
11 11
12#include "sha1.h" 12#include "bu/sha1.h"
13 13
14Sha1::Sha1() : 14Sha1::Sha1() :
15 H0( 0x67452301 ), 15 H0( 0x67452301 ),