Add AES-NI negotiation

This commit is contained in:
Adrien Gallouët
2016-07-12 16:53:04 +00:00
parent 4bbb3bf714
commit 67f1f6abc2
2 changed files with 128 additions and 43 deletions

2
mud.h
View File

@@ -4,7 +4,7 @@
struct mud;
struct mud *mud_create (int, int, int);
struct mud *mud_create (int, int, int, int);
void mud_delete (struct mud *);
int mud_set_key (struct mud *, unsigned char *, size_t);