1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-28 01:41:48 +03:00

priv: Remove crypto.h and add correct includes to src files.

This commit is contained in:
Andreas Schneider
2011-09-17 20:00:13 +02:00
parent c2686b8feb
commit acfc8ea83f
13 changed files with 26 additions and 6 deletions

View File

@ -21,8 +21,11 @@
* MA 02111-1307, USA.
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "libssh/priv.h"
#include "libssh/scp.h"