Remove old keyx stuff

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-12-27 17:23:27 +00:00
parent 9e3e2b358b
commit 9c27f92f9d
2 changed files with 25 additions and 78 deletions

6
mud.h
View File

@@ -16,11 +16,6 @@ enum mud_state {
MUD_UP,
};
struct mud_pubkey {
unsigned char remote[MUD_PUBKEY_SIZE];
unsigned char local[MUD_PUBKEY_SIZE];
};
struct mud_stat {
uint64_t val;
uint64_t var;
@@ -62,7 +57,6 @@ struct mud_path {
uint64_t msg_timeout;
} conf;
unsigned char ok;
struct mud_pubkey pk;
};
struct mud_bad {