From b1bfe035b7a9562e48fc4e2bad3832a965176cde Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 5 Feb 2015 12:59:57 +0000 Subject: [PATCH] Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ --- src/lib/libutil/pkcs5_pbkdf2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libutil/pkcs5_pbkdf2.c b/src/lib/libutil/pkcs5_pbkdf2.c index f5a2cd71..789a712e 100644 --- a/src/lib/libutil/pkcs5_pbkdf2.c +++ b/src/lib/libutil/pkcs5_pbkdf2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkcs5_pbkdf2.c,v 1.8 2015/01/08 01:28:56 deraadt Exp $ */ +/* $OpenBSD: pkcs5_pbkdf2.c,v 1.9 2015/02/05 12:59:57 millert Exp $ */ /*- * Copyright (c) 2008 Damien Bergamini @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include