]> granicus.if.org Git - openssl/commit
Fix 0.9.8 FIPS capable OpenSSL build.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 6 Jun 2014 11:16:10 +0000 (12:16 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 6 Jun 2014 11:31:13 +0000 (12:31 +0100)
commit0a9b8dd1b4cb150697081ef2f6fb2c1ba0a9c38c
tree5c6ac4910a0bf29465b617552f378b1c2473a569
parentbfce4e5d6ecd445e6e000387deb9afc435778c6b
Fix 0.9.8 FIPS capable OpenSSL build.

The object file bn_lib.o is excluded from FIPS builds which causes
a linker error for BN_consttime_swap. So move definition from bn_lib.c
to bn_gf2m.c

This change is *only* needed for OpenSSL 0.9.8 which uses the 1.2
FIPS module.
crypto/bn/bn_gf2m.c
crypto/bn/bn_lib.c