cryb-to/lib
Dag-Erling Smørgrav f7047a5370 Check the return value from asprintf().
This is actually redundant, because we already check the pointer, which is NULL if and only if asprintf() fails and returns < 0, but the version of gcc used by Travis CI insists.  I have not been able to reproduce the issue on any other platform available to me.
2016-09-18 22:18:02 +02:00
..
cipher Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
core Don't call string_expand() unless we know that we need to. 2016-09-17 23:42:09 +02:00
cpe Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
digest Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
enc Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
hash Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
mac Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
mpi Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
oath Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
rand Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
rsaref Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
test Check the return value from asprintf(). 2016-09-18 22:18:02 +02:00
Makefile.am Build system overhaul 2015-12-14 18:08:22 +01:00