cryb-to/lib
Dag-Erling Smørgrav 304fc8314d Solve further asprintf() issues by sweeping them under the rug.
All further instances of asprintf() or vasprintf() in our codebase are either in libcryb-test or in individual unit tests, and in all cases, the only consequence of a failed call is that the result will say "no description" instead of either a description of the test or an explanation of how it failed.  Therefore, we can simply ignore the problem and cast the call to void to satisfy gcc.
2016-09-18 22:40:48 +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 Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
Makefile.am Build system overhaul 2015-12-14 18:08:22 +01:00