summaryrefslogtreecommitdiffstats
path: root/src/pki_crypto.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-07 15:00:35 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-08 15:28:31 +0200
commitf55cd7de431018bc1799aa9616006569d90f0fcc (patch)
tree9b5ba494a2c88090306067ebf58c0c25b196eae2 /src/pki_crypto.c
parent9569d053d8f419ebd7fcdecd2c6e18ff86e34c86 (diff)
downloadlibssh-f55cd7de431018bc1799aa9616006569d90f0fcc.tar.gz
libssh-f55cd7de431018bc1799aa9616006569d90f0fcc.tar.xz
libssh-f55cd7de431018bc1799aa9616006569d90f0fcc.zip
pki: Improve ssh_key_import_private().
Diffstat (limited to 'src/pki_crypto.c')
-rw-r--r--src/pki_crypto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pki_crypto.c b/src/pki_crypto.c
index db29a2e..4d09522 100644
--- a/src/pki_crypto.c
+++ b/src/pki_crypto.c
@@ -25,8 +25,6 @@
#ifndef _PKI_CRYPTO_H
#define _PKI_CRYPTO_H
-#include "config.h"
-
#include <openssl/pem.h>
#include <openssl/dsa.h>
#include <openssl/err.h>