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
af_alg: minor style improvements
[gnulib.git]
/
modules
/
crypto
/
sha256
blob
d7c373581f134c85aea3a3fdbcd384fbd31fa8cb
1
Description:
2
Compute SHA224 and SHA256 checksums.
3
4
Files:
5
lib/gl_openssl.h
6
lib/sha256.h
7
lib/sha256.c
8
lib/af_alg.h
9
lib/af_alg.c
10
lib/sys-limits.h
11
m4/gl-openssl.m4
12
m4/sha256.m4
13
m4/linux-if-alg.m4
14
15
Depends-on:
16
extern-inline
17
stdalign
18
stdint
19
sys_socket
20
sys_stat
21
22
configure.ac:
23
gl_SHA256
24
gl_LINUX_IF_ALG_H
25
26
Makefile.am:
27
lib_SOURCES += sha256.c af_alg.c
28
29
Include:
30
"sha256.h"
31
32
Link:
33
$(LIB_CRYPTO)
34
35
License:
36
LGPLv2+
37
38
Maintainer:
39
Jim Meyering