Follow new API of PolarSSL

This commit is contained in:
NIIBE Yutaka
2013-03-19 15:37:02 +09:00
parent fbcbf1b341
commit a5f4068872
5 changed files with 29 additions and 16 deletions

View File

@@ -9,4 +9,4 @@ void random_bytes_free (const uint8_t *p);
uint32_t get_salt (void);
/* iterator returning a byta at a time */
uint8_t random_byte (void *arg);
int random_gen (void *arg, unsigned char *output, size_t output_len);