Run util/openssl-format-source -v -c .
[oweals/openssl.git] / crypto / des / INSTALL
index 3b8dae6b5f8c47e3c80fe244088c9e42305fd918..8aebdfe1100cc7f5c76130a935e3244151e6710d 100644 (file)
@@ -25,18 +25,18 @@ and then you can use the 'DES_PTR' option.
 
 The file options.txt has the options listed for best speed on quite a
 few systems.  Look and the options (UNROLL, PTR, RISC2 etc) and then
-turn on the relevent option in the Makefile
+turn on the relevant option in the Makefile.
 
 There are some special Makefile targets that make life easier.
 make cc                - standard cc build
 make gcc       - standard gcc build
-make x86-elf   - x86 assember (elf), linux-elf.
-make x86-out   - x86 assember (a.out), FreeBSD
-make x86-solaris- x86 assember
-make x86-bsdi  - x86 assember (a.out with primative assember).
+make x86-elf   - x86 assembler (elf), linux-elf.
+make x86-out   - x86 assembler (a.out), FreeBSD
+make x86-solaris- x86 assembler
+make x86-bsdi  - x86 assembler (a.out with primative assembler).
 
-If at all possible use the assember (for Windows NT/95, use
-asm/win32.obj to link with).  The x86 assember is very very fast.
+If at all possible use the assembler (for Windows NT/95, use
+asm/win32.obj to link with).  The x86 assembler is very very fast.
 
 A make install will by default install
 libdes.a      in /usr/local/lib/libdes.a