diff options
author | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 19:04:37 +0100 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 19:04:37 +0100 |
commit | 2ce90b9b7481381dff584726d84345a0260ca4d1 (patch) | |
tree | 2b80352df9ffa38c54c9f7d6290fe942d89af0d2 /crypto/rand/md_rand.c | |
parent | Removing those memcpy()s also took away the possibility for in and out to (diff) | |
download | openssl-2ce90b9b7481381dff584726d84345a0260ca4d1.tar.xz openssl-2ce90b9b7481381dff584726d84345a0260ca4d1.zip |
BN_CTX is opaque and the static initialiser BN_CTX_init() is not used
except internally to the allocator BN_CTX_new(), as such this deprecates
the use of BN_CTX_init() in the API. Moreover, the structure definition of
BN_CTX is taken out of bn_lcl.h and moved into bn_ctx.c itself.
NDEBUG should probably only be "forced" in the top-level configuration, but
until it is I will avoid removing it from bn_ctx.c which might surprise
people with massive slow-downs in their keygens. So I've left it in
bn_ctx.c but tidied up the preprocessor logic a touch and made it more
tolerant of debugging efforts.
Diffstat (limited to 'crypto/rand/md_rand.c')
0 files changed, 0 insertions, 0 deletions