A number of includes were removed from evp.h some time ago. The reason
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 05:03:12 +0000 (05:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 05:03:12 +0000 (05:03 +0000)
commita1fbe27123ff9bde9627024cb6292202650ebdb9
treea9153a60010b3e93ef4289662607e5f8f2cd2cb5
parent1c45b1fef3384b39084882650991ac6e81def3f2
A number of includes were removed from evp.h some time ago.  The reason
was that they weren't really needed any more for EVP itself.  However,
it seems like soma applications (I know about OpenSSH, but there may
be more) used evp.h as the 'load all' header file, which makes sense
since we try our best to promote the use of EVP instead of the lower
level crypto algorithms.  Therefore, I put the inclusions back so
the application authors don't get too shocked by all the errors they
would otherwise get.

Thanks to Theo de Raadt for making us aware of this.
crypto/evp/evp.h