Remove [BL]_ENDIAN from no-asm builds.
[openssl.git] / README.FIPS
1
2 Brief instructions on using OpenSSL 0.9.8 FIPS test branch.
3
4 To avoid any confusion that this might generate a validate library just
5 supplying "fips" on the command line wont work. Additional options are
6 needed...
7
8 To build fipscanister and produce a usable distribution the configuration
9 option "fipscanisterbuild" is used to either the config or Configure scripts.
10 For example:
11
12 ./config fipscanisterbuild
13
14 This builds static libraries in a way similar to the FIPS 1.1.1 distro.
15
16 To build the shared library fipscanister version use the configuration
17 options "fipsdso".
18
19 Note that the fipscanister.o file is totally incompatible with the version
20 produced by the FIPS 1.1.1 distribution and cannot be made to work with
21 it.
22
23 Both options should also work under Windows and VC++. With this version the
24 use of MinGW is unnecessary and the normal VC++ build procedure can be
25 followed *except* the GNU linker "ld.exe" (for example from MinGW) must be
26 accessible somewhere on the PATH. For example:
27
28 perl Configure VC-WIN32 fipsdso
29 ms\do_masm
30 nmake -f ms\ntdll.mak
31
32 Note that any warnings from a Windows version of "tar" about being unable to
33 create symbolic links can be ignored.
34
35