This commit takes care of a couple of things;
authorGeoff Thorpe <geoff@openssl.org>
Mon, 31 Jul 2000 15:05:30 +0000 (15:05 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 31 Jul 2000 15:05:30 +0000 (15:05 +0000)
commitd786112124e325f9704d904d3d05a5ef4b995b99
tree5b86d4275c5138c671ff62d1e6ecf5becf383473
parentbdecf23415dc90d67c18b7652f9e6a63a01aa205
This commit takes care of a couple of things;

(a) a couple of typos in the source code

(b) adds a ctrl command and handling code to enable or disable the fork()
    checking that CHIL can do when applications are calling fork() in
    their application and using the library from multiple child processes
    after the one initialisation.

(c) adds another ctrl command to prevent the initialisation of the CHIL
    library from providing mutex-handling callbacks, even if the library
    has suitable callbacks already available. This can simplify (and
    optimise) applications that do not use multi-threading.
crypto/engine/engine.h
crypto/engine/hw_ncipher.c