Move RSA key generation into the wrappers.

This commit is contained in:
Guus Sliepen 2008-12-14 12:47:26 +00:00
parent 911c05f873
commit 551cd19406
18 changed files with 413 additions and 68 deletions

View file

@ -23,8 +23,6 @@
#ifndef __TINC_CONNECTION_H__
#define __TINC_CONNECTION_H__
#include <event.h>
#include "cipher.h"
#include "digest.h"
#include "rsa.h"