sources/md5.h@6be21be4bea1
sources/md5.h
Wed, 20 Jul 2016 18:20:20 +0300
- author
- Teemu Piippo <teemu@compsta2.com>
- date
- Wed, 20 Jul 2016 18:20:20 +0300
- changeset 152
- 6be21be4bea1
- parent 88
-
08ccaf26cffd
- child 182
-
20ca0a6be175
- permissions
- -rw-r--r--
Renamed Datagram members, RCONSession::handle_packet now takes the datagram as the parameter.
#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
END_ZFC_NAMESPACE