Read Me
*** This belongs to the 2.10 version serie, not fully PROD ready.
*
* - No more features to implement.
* - Goal is to pass all regression tests and update doc.
*
* Next version 3.00 will introduce asymmetric crypto to get rid of the need of
* a shared key between binaries to get Master Key.
* -> cvclient & cvbinkey will dissappear then.
BUILD ON AIX:
It can appear that the build fails with the error
"rpl_malloc" or "rpl_realloc" not defined.
This bug is known and the issue can be worked around
by exporting the following variables in the environment
before running the "configure" script:
$ export ac_cv_func_realloc_0_nonnull=yes
$ export ac_cv_func_malloc_0_nonnull=yes