search for: ssh_evp_cipherinit

Displaying 1 result from an estimated 1 matches for "ssh_evp_cipherinit".

2005 Nov 20
0
[PATCH] Optionally enable OpenSSL hardware support
...00 -0000 1.2 +++ openbsd-compat/openssl-compat.h 20 Nov 2005 03:10:30 -0000 @@ -52,7 +52,7 @@ extern const EVP_CIPHER *evp_acss(void); */ #ifdef SSH_OLD_EVP -# ifndef SSH_DONT_REDEF_EVP +# ifndef SSH_DONT_OVERLOAD_OPENSSL_FUNCS # ifdef EVP_Cipher # undef EVP_Cipher @@ -68,3 +68,8 @@ int ssh_EVP_CipherInit(EVP_CIPHER_CTX *, int ssh_EVP_Cipher(EVP_CIPHER_CTX *, char *, char *, int); int ssh_EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *); #endif + +#ifndef SSH_DONT_OVERLOAD_OPENSSL_FUNCS +# define SSLeay_add_all_algorithms() ssh_SSLeay_add_all_algorithms() +#endif +void ssh_SSLeay_add_all_algorithms(void)...