Browse Source

Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@

OPENBSD_5_7
millert 9 years ago
parent
commit
b1bfe035b7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libutil/pkcs5_pbkdf2.c

+ 2
- 2
src/lib/libutil/pkcs5_pbkdf2.c View File

@ -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 <damien.bergamini@free.fr>
@ -19,7 +19,7 @@
#include <sys/types.h>
#include <string.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <util.h>


Loading…
Cancel
Save