crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONG
authorRichard Levitte <levitte@openssl.org>
Fri, 21 Sep 2018 09:11:15 +0000 (11:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 21 Sep 2018 09:36:50 +0000 (11:36 +0200)
commit4aa1739c111e1390909533e7b2f485bc655c2489
tree0ba7174c3a297c8f1f3c25f1c4e10f5a6fe32265
parentad1730359220cef5903d16c7f58b602fc3713414
crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONG

This module includes bn.h via other headers, so it picks up the
definition from there and doesn't need to define them locally (any
more?).  Worst case scenario, the redefinition may be different and
cause all sorts of compile errors.

Fixes #7227

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/7287)

(cherry picked from commit dda5396aaec315bdbcb080e42fb5cd0191f2ad72)
crypto/bn/asm/x86_64-gcc.c