Prevent calling code from doing the allocation of the ENGINE structure.
authorGeoff Thorpe <geoff@openssl.org>
Fri, 26 May 2000 15:21:47 +0000 (15:21 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Fri, 26 May 2000 15:21:47 +0000 (15:21 +0000)
commit0e0e569cbff4a879e3a8ff4ef4b99263849f77b4
treed5276f61ad06ec07dec982da480c3ff60c301cd0
parent71c8e9f1c347e2870400d6ccf43e9b625c4a4c01
Prevent calling code from doing the allocation of the ENGINE structure.
This was a bad idea in the first place, in particular it would have made
it trickier to implement error-handling, particularly when shutting down
third-party shared libraries etc.
crypto/engine/engine.h
crypto/engine/engine_list.c