commit | 1cc0a3405c771e2be332381901c2e6f4e0846e43 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 10 12:18:15 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 10 12:18:15 2015 +0000 |
tree | eebde89fc9f9879a06b963bbe08e6df69bfb3db3 | |
parent | 677af93baa57db131cc9b1c2f9e268e154c2ed5a [diff] [blame] |
Fix missing includes in program
diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c index ff31598..56d3273 100644 --- a/programs/pkey/rsa_genkey.c +++ b/programs/pkey/rsa_genkey.c
@@ -33,6 +33,7 @@ #endif #include <stdio.h> +#include <string.h> #include "polarssl/entropy.h" #include "polarssl/ctr_drbg.h"