From: Klas Lindfors Date: Thu, 25 Oct 2012 12:09:40 +0000 (+0200) Subject: remove extra include X-Git-Tag: v1.9.0~13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a5ab8c4777fef2851c75b0876154a060439d6b;p=yubikey-personalization remove extra include --- diff --git a/ykpers.c b/ykpers.c index 02d7ba8..14d291a 100644 --- a/ykpers.c +++ b/ykpers.c @@ -339,8 +339,6 @@ int ykp_AES_key_from_passphrase(YKP_CONFIG *cfg, const char *passphrase, if (_salt_len == 0) { /* There was no randomness files, so create a cheap salt from time */ -# include - time_t t = time(NULL); uint8_t output[256]; /* 2048 bits is a lot! */