ENGINE uses a very opaque design, so we can predeclare the structure type
authorGeoff Thorpe <geoff@openssl.org>
Wed, 12 Sep 2001 02:34:20 +0000 (02:34 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 12 Sep 2001 02:34:20 +0000 (02:34 +0000)
commit1a1422643baa22d6bf715c6afe1614c3c1ce1b12
tree0e1cd06d035edd2376774e3bacf3a3cddf7b6a72
parent409960491dd0f45d6cff4600ed9da994986768d2
ENGINE uses a very opaque design, so we can predeclare the structure type
in "types.h" so that very few headers will need to include engine.h,
generally only C files using API functions will need it (reducing
the header dependencies quite a lot).
crypto/engine/engine.h
crypto/types.h