Subject: CVS commit: basesrc/lib/libcrypto/arch/i386
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/09/2001 22:55:25
Module Name:	basesrc
Committed By:	thorpej
Date:		Sun Sep  9 19:55:24 UTC 2001

Modified Files:
	basesrc/lib/libcrypto/arch/i386: des_enc.S
Removed Files:
	basesrc/lib/libcrypto/arch/i386: des.inc

Log Message:
Grumble.  If you make external references, the code MUST be PIC
for shared libraries.  This code is not PIC, so DO NOT BUILD IT.


To generate a diff of this commit:
cvs rdiff -r1.1 -r0 basesrc/lib/libcrypto/arch/i386/des.inc
cvs rdiff -r1.1 -r1.2 basesrc/lib/libcrypto/arch/i386/des_enc.S

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