1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Include ssh.h for the crc32() and crc32_update() prototypes.

[originally from svn r2478]
This commit is contained in:
Ben Harris 2003-01-05 23:09:53 +00:00
parent 8b3b85fc5b
commit 2df3f92ffc

View File

@ -69,6 +69,8 @@
#include <stdlib.h>
#include "ssh.c"
/* ----------------------------------------------------------------------
* Multi-function module. Can be compiled three ways.
*