repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
memcheck
/
tests
/
linux
/
bug480706.c
blob
6290fe0a1db53349bc6d896b1f4afce220559001
1
#include <openssl/crypto.h>
2
3
int
main
(
void
)
4
{
5
CRYPTO_secure_malloc_init
(
1
<<
20
,
8
);
6
CRYPTO_secure_malloc_done
();
7
return
0
;
8
}