Read ECDSA keys.
This commit is contained in:
parent
03582eb669
commit
210b5ceeee
3 changed files with 88 additions and 1 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue