This changes EVP's cipher and digest code to hook via the ENGINE support.
authorGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:37:02 +0000 (21:37 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:37:02 +0000 (21:37 +0000)
commit11a57c7be519b8977cc345db1b51a3e596faaec4
tree3d0eb9743f122e1dd061d989b911abfe1a0694ed
parentb370230b786eed9b73c9a1f5c0a5e008e8009989
This changes EVP's cipher and digest code to hook via the ENGINE support.
See crypto/engine/README for details.

- it also removes openbsd_hw.c from the build (that functionality is
  going to be available in the openbsd ENGINE in a upcoming commit)

- evp_test has had the extra initialisation added so it will use (if
  possible) any ENGINEs supporting the algorithms required.
crypto/evp/Makefile.ssl
crypto/evp/digest.c
crypto/evp/evp.h
crypto/evp/evp_enc.c
crypto/evp/evp_err.c
crypto/evp/evp_test.c
crypto/evp/openbsd_hw.c