summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/bcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/crypt/bcrypt.c')
-rw-r--r--src/lib/libc/crypt/bcrypt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/bcrypt.c b/src/lib/libc/crypt/bcrypt.c
index 0a0cca14a1..6f78afdddf 100644
--- a/src/lib/libc/crypt/bcrypt.c
+++ b/src/lib/libc/crypt/bcrypt.c
@@ -1,4 +1,5 @@
1/* $OpenBSD: bcrypt.c,v 1.6 1997/07/01 20:12:43 provos Exp $ */ 1/* $OpenBSD: bcrypt.c,v 1.7 1997/07/09 01:08:18 millert Exp $ */
2
2/* 3/*
3 * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 4 * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4 * All rights reserved. 5 * All rights reserved.
@@ -48,6 +49,7 @@
48#include <stdio.h> 49#include <stdio.h>
49#endif 50#endif
50 51
52#include <stdio.h>
51#include <stdlib.h> 53#include <stdlib.h>
52#include <sys/types.h> 54#include <sys/types.h>
53#include <string.h> 55#include <string.h>