sources/md5.h@874bbfa55da8
sources/md5.h
Tue, 16 Dec 2014 00:05:27 +0200
- author
- Teemu Piippo <crimsondusk64@gmail.com>
- date
- Tue, 16 Dec 2014 00:05:27 +0200
- changeset 50
- 874bbfa55da8
- parent 10
-
3874575d924d
- child 88
-
08ccaf26cffd
- permissions
- -rw-r--r--
- fixed: IPAddress::StringParseError did not inherit from std::exception and was thus not caught properly
- fixed: IP string parse errors were also not printed properly (newline was missing)
#pragma once
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);