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
This commit is contained in:
Love Hörnquist Åstrand
2006-10-07 17:22:43 +00:00
parent 238037a82e
commit 70504e863c

View File

@@ -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);])