From d798523e75e9c1a4256457ae2202fd47a97bbb8f Mon Sep 17 00:00:00 2001 From: guenther <> Date: Fri, 26 Aug 2016 08:25:02 +0000 Subject: [PATCH] Pull in for clock_gettime() ok deraadt@ --- src/lib/libc/crypt/bcrypt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/libc/crypt/bcrypt.c b/src/lib/libc/crypt/bcrypt.c index 940daf23..82de8fa3 100644 --- a/src/lib/libc/crypt/bcrypt.c +++ b/src/lib/libc/crypt/bcrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcrypt.c,v 1.56 2016/06/26 21:04:08 tedu Exp $ */ +/* $OpenBSD: bcrypt.c,v 1.57 2016/08/26 08:25:02 guenther Exp $ */ /* * Copyright (c) 2014 Ted Unangst @@ -39,6 +39,7 @@ #include #include #include +#include /* This implementation is adaptable to current computing power. * You can have up to 2^31 rounds which should be enough for some