|
Lines 16-30
Link Here
|
| 16 |
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 |
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 17 |
*/ |
17 |
*/ |
| 18 |
|
18 |
|
|
|
19 |
#define SSH_DONT_OVERLOAD_OPENSSL_FUNCS |
| 19 |
#include "includes.h" |
20 |
#include "includes.h" |
| 20 |
|
21 |
|
| 21 |
#ifdef USE_OPENSSL_ENGINE |
22 |
#ifdef USE_OPENSSL_ENGINE |
| 22 |
# include <openssl/engine.h> |
23 |
# include <openssl/engine.h> |
| 23 |
#endif |
24 |
#endif |
| 24 |
|
25 |
|
| 25 |
#define SSH_DONT_OVERLOAD_OPENSSL_FUNCS |
|
|
| 26 |
#include "openssl-compat.h" |
| 27 |
|
| 28 |
#ifdef SSH_OLD_EVP |
26 |
#ifdef SSH_OLD_EVP |
| 29 |
int |
27 |
int |
| 30 |
ssh_EVP_CipherInit(EVP_CIPHER_CTX *evp, const EVP_CIPHER *type, |
28 |
ssh_EVP_CipherInit(EVP_CIPHER_CTX *evp, const EVP_CIPHER *type, |