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:
@@ -50,9 +50,9 @@ 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
|
||||||
|
|
||||||
|
OpenSSL_add_all_algorithms();
|
||||||
AES_encrypt(0,0,0);
|
AES_encrypt(0,0,0);
|
||||||
DES_cbc_encrypt(0, 0, 0, schedule, 0, 0);
|
DES_cbc_encrypt(0, 0, 0, schedule, 0, 0);
|
||||||
RC4(0, 0, 0, 0);])
|
RC4(0, 0, 0, 0);])
|
||||||
|
Reference in New Issue
Block a user