On Thu, Nov 28, 2002 at 12:06:31PM -0700, D. R. Evans wrote: > I have just discovered (the hard way) another simple program that crashes -- > in this case even with no optimisation (i.e., no -O flags), but if NDEBUG > is defined in the crypto++ build.
You have to make sure that both the Crypto++ library and your own program are compiled with the same NDEBUG setting. Either both have it defined, or neither. I'm guessing that you have a mismatch and that's causing the problem.
