Require openssl have OpenSSL_add_all_algorithms

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18306 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-07 14:54:33 +00:00
parent c3340de01a
commit 3388b318a9

View File

@@ -50,6 +50,7 @@ m4_define([test_body], [
#ifdef HAVE_OPENSSL #ifdef HAVE_OPENSSL
RAND_status(); RAND_status();
UI_UTIL_read_pw_string(0,0,0,0); UI_UTIL_read_pw_string(0,0,0,0);
OpenSSL_add_all_algorithms();
#endif #endif
AES_encrypt(0,0,0); AES_encrypt(0,0,0);