head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.1.2.1
	RELENG_4_11:1.1.1.1.2.1.0.10
	RELENG_4_11_BP:1.1.1.1.2.1
	RELENG_4_10_0_RELEASE:1.1.1.1.2.1
	RELENG_4_10:1.1.1.1.2.1.0.8
	RELENG_4_10_BP:1.1.1.1.2.1
	RELENG_4_9_0_RELEASE:1.1.1.1.2.1
	RELENG_4_9:1.1.1.1.2.1.0.6
	RELENG_4_9_BP:1.1.1.1.2.1
	RELENG_4_8_0_RELEASE:1.1.1.1.2.1
	RELENG_4_8:1.1.1.1.2.1.0.4
	RELENG_4_8_BP:1.1.1.1.2.1
	RELENG_4_7_0_RELEASE:1.1.1.1.2.1
	RELENG_4_7:1.1.1.1.2.1.0.2
	RELENG_4_7_BP:1.1.1.1.2.1
	RELENG_4_6_2_RELEASE:1.1.1.1.10.1
	RELENG_4_6_1_RELEASE:1.1.1.1
	RELENG_4_6_0_RELEASE:1.1.1.1
	RELENG_4_6:1.1.1.1.0.10
	RELENG_4_6_BP:1.1.1.1
	RELENG_4_5_0_RELEASE:1.1.1.1
	RELENG_4_5:1.1.1.1.0.8
	RELENG_4_5_BP:1.1.1.1
	RELENG_4_4_0_RELEASE:1.1.1.1
	RELENG_4_4:1.1.1.1.0.6
	RELENG_4_4_BP:1.1.1.1
	RELENG_4_3_0_RELEASE:1.1.1.1
	RELENG_4_3:1.1.1.1.0.4
	RELENG_4_3_BP:1.1.1.1
	RELENG_4_2_0_RELEASE:1.1.1.1
	RELENG_4_1_1_RELEASE:1.1.1.1
	PRE_SMPNG:1.1.1.1
	RELENG_4_1_0_RELEASE:1.1.1.1
	RELENG_4_0_0_RELEASE:1.1.1.1
	RELENG_4:1.1.1.1.0.2
	RELENG_4_BP:1.1.1.1
	v0_9_4:1.1.1.1
	OPENSSL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.07.30.12.50.57;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2000.01.10.06.21.36;	author kris;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.01.10.06.21.36;	author kris;	state Exp;
branches
	1.1.1.1.2.1
	1.1.1.1.6.1
	1.1.1.1.8.1
	1.1.1.1.10.1;
next	1.1.1.2;

1.1.1.2
date	2005.02.25.05.25.28;	author nectar;	state dead;
branches;
next	;

1.1.1.1.2.1
date	2002.07.30.22.05.20;	author nectar;	state dead;
branches;
next	;

1.1.1.1.6.1
date	2002.07.31.16.40.48;	author nectar;	state dead;
branches;
next	;

1.1.1.1.8.1
date	2002.07.31.14.04.58;	author nectar;	state dead;
branches;
next	;

1.1.1.1.10.1
date	2002.07.31.02.54.47;	author nectar;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove many obsolete files.  The majority of these are simply no
longer included as part of the OpenSSL distribution.  However, a few
we just don't need and are explicitly excluded in FREEBSD-Xlist.
@
text
@#!/usr/local/bin/perl

@@PC1=(  57,49,41,33,25,17, 9,
	 1,58,50,42,34,26,18,
	10, 2,59,51,43,35,27,
	19,11, 3,60,52,44,36,
	"-","-","-","-",
	63,55,47,39,31,23,15,
	 7,62,54,46,38,30,22,
	14, 6,61,53,45,37,29,
	21,13, 5,28,20,12, 4,
	"-","-","-","-",
	);

foreach (@@PC1)
	{
	if ($_ ne "-")
		{
		$_--;
		$_=int($_/8)*8+7-($_%8);
		printf "%2d  ",$_;
		}
	else
		{ print "--  "; }
	print "\n" if (((++$i) % 8) == 0);
	print "\n" if ((($i) % 32) == 0);
	}

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent
infringement reasons.
@
text
@@


1.1.1.2
log
@Clean up the OpenSSL vendor branch by removing files that are not
part of recent releases.
@
text
@@


1.1.1.1.6.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@


1.1.1.1.8.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@


1.1.1.1.10.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@


1.1.1.1.2.1
log
@MFC: OpenSSL 0.9.6e
@
text
@@

