commit | 8435f9e8ec9f80225354b02341e8eb305006b036 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Apr 13 01:38:54 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed Apr 13 01:38:54 2016 +0100 |
tree | 1d8b18da95770f43db7447f20820b9c6e398cb7d | |
parent | de62b6e3968151dcb207387c41c9ff15539809f3 [diff] [blame] |
Add missing stdlib.h header to rsa sample programs
diff --git a/programs/pkey/rsa_decrypt.c b/programs/pkey/rsa_decrypt.c index 292092c..5d18267 100644 --- a/programs/pkey/rsa_decrypt.c +++ b/programs/pkey/rsa_decrypt.c
@@ -30,6 +30,7 @@ #include "polarssl/platform.h" #else #include <stdio.h> +#include <stdlib.h> #define polarssl_printf printf #define polarssl_exit exit #endif