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
Switch from <sys/endian.h> or <machine/endian.h> to the new,
being-standardized <endian.h> ok deraadt@ millert@ beck@
OPENBSD_5_6
guenther
10 years ago
parent
73df6cf923
commit
a59e881122
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/rmd160.c
+ 2
- 2
src/lib/libc/hash/rmd160.c
View File
@ -26,9 +26,9 @@
*
RSA
Laboratories
,
CryptoBytes
,
Volume
3
,
Number
2
,
Autumn
1997
,
*
RSA
Laboratories
,
CryptoBytes
,
Volume
3
,
Number
2
,
Autumn
1997
,
*
ftp
:
/
/
ftp
.
rsasecurity
.
com
/
pub
/
cryptobytes
/
crypto3n2
.
pdf
*
ftp
:
/
/
ftp
.
rsasecurity
.
com
/
pub
/
cryptobytes
/
crypto3n2
.
pdf
*/
*/
#
include
<string.h>
#
include
<sys/types.h>
#
include
<sys/types.h>
#
include
<sys/endian.h>
#
include
<endian.h>
#
include
<string.h>
#
include
<rmd160.h>
#
include
<rmd160.h>
#
define PUT_64BIT_LE(cp, value) do { \
#
define PUT_64BIT_LE(cp, value) do { \
Write
Preview
Loading…
Cancel
Save