sources/md5.h@966c09c34ae1
sources/md5.h
Wed, 20 Jul 2016 13:25:54 +0300
- author
- Teemu Piippo <teemu@compsta2.com>
- date
- Wed, 20 Jul 2016 13:25:54 +0300
- branch
- protocol5
- changeset 135
- 966c09c34ae1
- parent 88
-
08ccaf26cffd
- child 182
-
20ca0a6be175
- permissions
- -rw-r--r--
Removed the disconnection change in Interface::handle_input(), not sure where that even came from
#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
END_ZFC_NAMESPACE