1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-27 01:08:15 +00:00

algos_enc: forgotten stdint include

This commit is contained in:
Mirek Kratochvil 2013-09-15 15:33:47 +02:00
parent 95de70acbc
commit 47ccc8dcf0

@ -105,6 +105,7 @@ int algo_mceqd256::create_keypair (sencode**pub, sencode**priv, prng&rng)
*/
#include "rmd_hash.h"
#include <stdint.h>
static void msg_pad_length (const std::vector<byte>& msg, byte&start, byte&end)
{