[Xorp-cvs] XORP cvs commit: xorp/ospf

Bruce M Simpson bms@spc.org
Fri, 11 Nov 2005 13:52:13 +0000


On Fri, Nov 11, 2005 at 11:06:13AM +0000, Atanu Ghosh wrote:
> Log message:
> 	Start of authentication routines.

If you import MD5 in the same way as for libxipc then this should compile
out of the box on Win32.

The configure script has been taught how to look for the GnuWin32 package
of OpenSSL which installs its DLLs with the same names as ssleay always
did, though the import libraries have UNIX-style names (-lcrypto).

BMS