index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
frameworks
/
24 libgcrypt
/
libgcrypt_prog.c
blob: f1313590aa021271c02c83694257fa05febb98c5 (
plain
)
1
2
3
4
5
6
7
8
#include
<gcrypt.h>
int
main
()
{
gcry_check_version
(
NULL
);
return
0
;
}