summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-24 16:46:02 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-24 16:46:02 +0200
commitd2062ab74f7684f8b6975a7415fac23389851278 (patch)
tree0a0886f1a1ab6abe82ccf89603618323074e1b97 /source3/include
parentb9890af54691aea05b01346f6e474be1fcd5338c (diff)
downloadsamba-d2062ab74f7684f8b6975a7415fac23389851278.tar.gz
samba-d2062ab74f7684f8b6975a7415fac23389851278.tar.bz2
samba-d2062ab74f7684f8b6975a7415fac23389851278.zip
Use common crc32 implementation.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h1
-rw-r--r--source3/include/proto.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index de50eab8c5..79495a7ecf 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -687,6 +687,7 @@ typedef char fstring[FSTRING_LEN];
#include "msdfs.h"
#include "rap.h"
#include "../lib/crypto/md5.h"
+#include "../lib/crypto/crc32.h"
#include "../lib/crypto/hmacmd5.h"
#include "ntlmssp.h"
#include "auth.h"
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a5f43aad4c..b1c4d2e5d9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -437,10 +437,6 @@ int connections_forall(int (*fn)(struct db_record *rec,
void *private_data);
bool connections_init(bool rw);
-/* The following definitions come from lib/crc32.c */
-
-uint32 crc32_calc_buffer(const char *buf, size_t size);
-
/* The following definitions come from lib/data_blob.c */
DATA_BLOB data_blob(const void *p, size_t length);