cryptest

Cryptography-related scribbles
git clone git://git.finwo.net/misc/cryptest
Log | Files | Refs | README

commit 0ca2f31561ddda0594dbf33e98eabbd3aee2cef2
parent 531149cecf7ba7aad2d3e8594bd61f5bf50de3c7
Author: finwo <finwo@pm.me>
Date:   Thu, 10 Aug 2017 23:01:26 +0200

Forgotten includes in encrypt.c

Diffstat:
Msrc/encrypt.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/encrypt.c b/src/encrypt.c @@ -3,6 +3,8 @@ extern "C" { #endif #include <stdio.h> +#include <stdlib.h> +#include <time.h> #include "base.h"