Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/08/2001 09:49:01
Module Name:	basesrc
Committed By:	mrg
Date:		Mon Jan  8 07:49:01 UTC 2001

Modified Files:
	basesrc/usr.bin/openssl: Makefile

Log Message:
link openssl with -lcrypto_rc5 and/or -lcrypto_idea (before -lcrypto) if
those ciphers are asked for with MKCRYPTO_RC5/MKCRYPTO_IDEA.  avoids building
rc5/idea support with missing libcrypto support.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/openssl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.