From 3388b318a9863da8e891b94b5afcd38d7c385e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 14:54:33 +0000 Subject: [PATCH] Require openssl have OpenSSL_add_all_algorithms git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18306 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/crypto.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/cf/crypto.m4 b/cf/crypto.m4 index fbf9ee8c9..a21f28bb5 100644 --- a/cf/crypto.m4 +++ b/cf/crypto.m4 @@ -50,6 +50,7 @@ m4_define([test_body], [ #ifdef HAVE_OPENSSL RAND_status(); UI_UTIL_read_pw_string(0,0,0,0); + OpenSSL_add_all_algorithms(); #endif AES_encrypt(0,0,0);