From 70504e863c151a5ffae94a5e6f636149b7cd0ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 17:22:43 +0000 Subject: [PATCH] OpenSSL_add_all_algorithms is not a openssl specific requirement, hcrypto need to have to too. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18313 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/crypto.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/crypto.m4 b/cf/crypto.m4 index a21f28bb5..8ddf7f974 100644 --- a/cf/crypto.m4 +++ b/cf/crypto.m4 @@ -50,9 +50,9 @@ m4_define([test_body], [ #ifdef HAVE_OPENSSL RAND_status(); UI_UTIL_read_pw_string(0,0,0,0); - OpenSSL_add_all_algorithms(); #endif + OpenSSL_add_all_algorithms(); AES_encrypt(0,0,0); DES_cbc_encrypt(0, 0, 0, schedule, 0, 0); RC4(0, 0, 0, 0);])