keys: Remove keys.h where it is obsolete.

This commit is contained in:
Andreas Schneider
2011-08-30 12:14:54 +02:00
parent fedfbf9563
commit e5a39a3ae9
4 changed files with 1 additions and 6 deletions

View File

@@ -21,10 +21,8 @@
#ifndef DH_H_
#define DH_H_
#include "config.h"
/* DH key generation */
#include "libssh/keys.h"
#include "config.h"
void ssh_print_bignum(const char *which,bignum num);
int dh_generate_e(ssh_session session);