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

@@ -22,6 +22,8 @@
#ifndef PKI_H_
#define PKI_H_
#include "libssh/crypto.h"
#define SSH_KEY_FLAG_EMPTY 0x0
#define SSH_KEY_FLAG_PUBLIC 0x0001
#define SSH_KEY_FLAG_PRIVATE 0x0002