svn commit: lorikeet r572 - in trunk/heimdal/cf: .

lha at samba.org lha at samba.org
Sat Oct 7 14:55:46 GMT 2006


Author: lha
Date: 2006-10-07 14:55:46 +0000 (Sat, 07 Oct 2006)
New Revision: 572

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=572

Log:
merge build fixes from heimdal cvs 20061008
Modified:
   trunk/heimdal/cf/crypto.m4


Changeset:
Modified: trunk/heimdal/cf/crypto.m4
===================================================================
--- trunk/heimdal/cf/crypto.m4	2006-10-07 14:30:18 UTC (rev 571)
+++ trunk/heimdal/cf/crypto.m4	2006-10-07 14:55:46 UTC (rev 572)
@@ -1,4 +1,4 @@
-dnl $Id: crypto.m4,v 1.26 2006/05/06 06:45:53 lha Exp $
+dnl $Id: crypto.m4,v 1.27 2006/10/07 14:54:33 lha Exp $
 dnl
 dnl test for crypto libraries:
 dnl - libcrypto (from openssl)
@@ -50,6 +50,7 @@
 		#ifdef HAVE_OPENSSL
 		RAND_status();
 		UI_UTIL_read_pw_string(0,0,0,0);
+		OpenSSL_add_all_algorithms();
 		#endif
 
 		AES_encrypt(0,0,0);



More information about the samba-cvs mailing list