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
#include <sha1.h> not #include "sha1.h"
OPENBSD_2_2
millert
27 years ago
parent
6b9f7695b9
commit
faefdad350
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/lib/libc/hash/sha1.c
+ 2
- 2
src/lib/libc/hash/sha1.c
View File
@ -1,4 +1,4 @@
/* $OpenBSD: sha1.c,v 1.
5 1997/07/10 22:52:59
millert Exp $ */
/* $OpenBSD: sha1.c,v 1.
6 1997/07/11 04:17:10
millert Exp $ */
/*
/*
*
SHA
-
1
in
C
*
SHA
-
1
in
C
@ -18,7 +18,7 @@
#
include
<sys/param.h>
#
include
<sys/param.h>
#
include
<string.h>
#
include
<string.h>
#
include
"sha1.h
"
#
include
<sha1.h
>
#
define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
#
define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
Write
Preview
Loading…
Cancel
Save