Read ECDSA keys.

This commit is contained in:
Guus Sliepen 2011-07-07 22:28:25 +02:00
parent 03582eb669
commit 210b5ceeee
3 changed files with 88 additions and 1 deletions

View file

@ -141,6 +141,7 @@ extern void close_network_connections(void);
extern int main_loop(void);
extern void terminate_connection(struct connection_t *, bool);
extern void flush_queue(struct node_t *);
extern bool read_ecdsa_public_key(struct connection_t *);
extern bool read_rsa_public_key(struct connection_t *);
extern void send_mtu_probe(struct node_t *);
extern void handle_device_data(int, short, void *);