]> err.no Git - yubikey-personalization/commitdiff
remove extra include
authorKlas Lindfors <klas@yubico.com>
Thu, 25 Oct 2012 12:09:40 +0000 (14:09 +0200)
committerKlas Lindfors <klas@yubico.com>
Thu, 25 Oct 2012 12:09:40 +0000 (14:09 +0200)
ykpers.c

index 02d7ba81cfad8ea4027e7ad58080efcecfd95830..14d291a6e29c6aa28fbfbef305f6aae85c38f6c7 100644 (file)
--- 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 <ykpbkdf2.h>
-
                        time_t t = time(NULL);
                        uint8_t output[256]; /* 2048 bits is a lot! */