repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git]
/
modules
/
crypto
/
sha1-buffer
blob
a934d4e06bb1053d4fc9803d100f3ade9f4833c9
1
Description:
2
Compute SHA1 checksum.
3
4
Files:
5
lib/gl_openssl.h
6
lib/sha1.h
7
lib/sha1.c
8
m4/gl-openssl.m4
9
m4/sha1.m4
10
11
Depends-on:
12
byteswap
13
c99
14
extern-inline
15
stdalign
16
stdint
17
18
configure.ac:
19
AC_REQUIRE([AC_C_RESTRICT])
20
gl_SHA1
21
22
Makefile.am:
23
lib_SOURCES += sha1.c
24
25
Include:
26
"sha1.h"
27
28
Link:
29
$(LIB_CRYPTO)
30
31
License:
32
LGPLv2+
33
34
Maintainer:
35
Jim Meyering