diff options
author | Geoff Thorpe <geoff@openssl.org> | 2008-03-16 22:05:46 +0100 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2008-03-16 22:05:46 +0100 |
commit | 1e26a8baedbc74036ada80deb16296e7d4eedb18 (patch) | |
tree | 180306f9b8f5bf8b17e166d32b4360ca9a7ec631 /crypto/engine/tb_asnmth.c | |
parent | Fix some warnings. (diff) | |
download | openssl-1e26a8baedbc74036ada80deb16296e7d4eedb18.tar.xz openssl-1e26a8baedbc74036ada80deb16296e7d4eedb18.zip |
Fix a variety of warnings generated by some elevated compiler-fascism,
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
Diffstat (limited to 'crypto/engine/tb_asnmth.c')
-rw-r--r-- | crypto/engine/tb_asnmth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/tb_asnmth.c b/crypto/engine/tb_asnmth.c index 0972813a02..75090339f7 100644 --- a/crypto/engine/tb_asnmth.c +++ b/crypto/engine/tb_asnmth.c @@ -54,6 +54,7 @@ #include "eng_int.h" #include "asn1_locl.h" +#include <openssl/evp.h> /* If this symbol is defined then ENGINE_get_pkey_asn1_meth_engine(), the * function that is used by EVP to hook in pkey_asn1_meth code and cache |