Patches to support building MIRACL into the Linux kernel.

We will first assume you have obtained Linux and applied the TCP Migrate
patches.  If you have not, please stop and do this first.  Once you've
prepared your Linux tree, you can continue installing the MIRACL
library.

Unzip MIRACL.zip using ASCII and lowercase filename conversion by using
the following command:

unzip -aa -L MIRACL.zip

This will create a directory called miracl.  Link miracl/source and
miracl/include into your Linux source tree in the following fashion
(assuming your Linux subtree is in a directory called linux, and the
MIRACL and linux trees are in the same directory):

ln -s miracl/source linux/crypto/miracl
ln -s miracl/include linux/include/miracl

Then apply the patch by invoking the patch command in the directory
containing the MIRACL directory:

patch -p0 < patch-MIRACL-4_42

You can then return to the linux tree, configure and build.

Updates to these patches will be available from our web page:

http://nms.lcs.mit.edu/software/migrate

- Alex C. Snoeren <snoeren@lcs.mit.edu>

