diff options
Diffstat (limited to 'aes_keywrap.c')
-rw-r--r-- | aes_keywrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/aes_keywrap.c b/aes_keywrap.c index 7b90c9d..b10a70b 100644 --- a/aes_keywrap.c +++ b/aes_keywrap.c @@ -41,8 +41,6 @@ * then split the result back to 64-bit blocks immediately afterwards. */ -#include <stdio.h> -#include <stdlib.h> #include <stdint.h> #include <string.h> #include <assert.h> |