X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/ebddd4925e975bb2296f14f6187a493f56cfc8a8..f5f25d171091e29d15773009d8f66769403c2ba7:/openbsd-compat/openssl-compat.h diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h index e44f501f..6068bf21 100644 --- a/openbsd-compat/openssl-compat.h +++ b/openbsd-compat/openssl-compat.h @@ -79,8 +79,8 @@ extern const EVP_CIPHER *evp_acss(void); # ifdef SSLeay_add_all_algorithms # undef SSLeay_add_all_algorithms # endif -# define SSLeay_add_all_algorithms() ssh_SSLeay_add_all_algorithms() -#endif +# define SSLeay_add_all_algorithms() ssh_SSLeay_add_all_algorithms() +# endif int ssh_EVP_CipherInit(EVP_CIPHER_CTX *, const EVP_CIPHER *, unsigned char *, unsigned char *, int);