This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Get rid of useless #if 0 block, especially since the code is included
immediately after. OK millert@.
OPENBSD_4_2
ray
17 years ago
parent
c6805c8e99
commit
ba27cbd12b
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
src/lib/libc/crypt/bcrypt.c
+ 1
- 5
src/lib/libc/crypt/bcrypt.c
View File
@ -1,4 +1,4 @@
/* $OpenBSD: bcrypt.c,v 1.2
2 2007/02/20 01:44:16
ray Exp $ */
/* $OpenBSD: bcrypt.c,v 1.2
3 2007/03/19 05:18:32
ray Exp $ */
/*
*
Copyright
1997
Niels
Provos
<
provos
@
physnet
.
uni
-
hamburg
.
de
>
@ -45,10 +45,6 @@
*
*/
#if 0
#
include
<stdio.h>
#
endif
#
include
<stdio.h>
#
include
<stdlib.h>
#
include
<sys/types.h>
Write
Preview
Loading…
Cancel
Save