cryb-to/lib
Dag-Erling Smørgrav 2ba5067496 Do not attempt to catch SIGABRT emanating from a test case.
It is reasonable to assume that a SIGABRT originates from a call to abort(3), either directly or via assert(3).  Both the C standard and POSIX give the implementation great latitude with regard to abort(3)'s behavior, and both explicitly mention that it may close all streams before raising SIGABRT.  This means that we cannot safely proceed after a call to abort(3).  One could argue that we can't safely proceed after a SIGBUS or SIGSEGV either, but in practice, the damage is usually quite limited.
2016-11-14 12:59:13 +01:00
..
cipher Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01: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 Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
enc Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
hash Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
mac Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
mpi Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
oath Remove tautological condition. 2016-10-03 16:43:05 +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 Do not attempt to catch SIGABRT emanating from a test case. 2016-11-14 12:59:13 +01:00
Makefile.am Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00