Puhhh... now we've documented the prototypes of all 214 API "functions". This
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 9cbdfd7d33c423803f57179013c3a937ae4947ce..2cddfb93e6922c2567a92a09f118367bdcd2543e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -38,7 +38,7 @@ make -f Makefile.ssl links
 Makefile.ssl           CC CFLAG EX_LIBS BN_MULW
 crypto/des/des.h       DES_LONG
 crypto/des/des_locl.h  DES_PTR
-crypto/md/md2.h                MD2_INT
+crypto/md2/md2.h       MD2_INT
 crypto/rc4/rc4.h       RC4_INT
 crypto/rc4/rc4_enc.c   RC4_INDEX
 crypto/rc2/rc2.h       RC2_INT
@@ -126,3 +126,8 @@ The examples for solaris and windows NT/95 are in the mt directory.
 have fun
 
 eric 25-Jun-1997
+
+IRIX 5.x will build as a 32 bit system with mips1 assember.
+IRIX 6.x will build as a 64 bit system with mips3 assember.  It conforms
+to n32 standards. In theory you can compile the 64 bit assember under
+IRIX 5.x but you will have to have the correct system software installed.