diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-28 14:49:50 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-28 14:50:43 +0200 |
| commit | 2d9cd48b1d0ca5302cb729b9d787c0d3174ad14f (patch) | |
| tree | 9a439860b515efa39ef5c8cc6dc2395857e726a2 | |
| parent | 10d3d73039ad6a07aa953938328ea8f782cca68d (diff) | |
| download | libssh-2d9cd48b1d0ca5302cb729b9d787c0d3174ad14f.tar.gz libssh-2d9cd48b1d0ca5302cb729b9d787c0d3174ad14f.tar.xz libssh-2d9cd48b1d0ca5302cb729b9d787c0d3174ad14f.zip | |
pki: Cleanup crypto includes.
| -rw-r--r-- | src/pki_crypto.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pki_crypto.c b/src/pki_crypto.c index a2c04b48..9767f09d 100644 --- a/src/pki_crypto.c +++ b/src/pki_crypto.c @@ -34,10 +34,8 @@ #include "libssh/libssh.h" #include "libssh/buffer.h" #include "libssh/session.h" -#include "libssh/callbacks.h" #include "libssh/pki.h" #include "libssh/pki_priv.h" -#include "libssh/keys.h" #include "libssh/dh.h" struct pem_get_password_struct { |
