Move more BN internals to bn_lcl.h
authorRich Salz <rsalz@akamai.com>
Thu, 28 Jan 2016 15:13:21 +0000 (10:13 -0500)
committerRich Salz <rsalz@openssl.org>
Sat, 30 Jan 2016 21:54:35 +0000 (16:54 -0500)
commit94af0cd7f3a8130bbc23feb743b176a74eec7e10
treebcbcf406c23c84a27b73c90392830299720f6fbc
parent98ab57644f44d2d83595c2d0f69138a284d6096b
Move more BN internals to bn_lcl.h

There was an unused macro in ssl_locl.h that used an internal
type, so I removed it.
Move bio_st from bio.h to ossl_type.h

Reviewed-by: Andy Polyakov <appro@openssl.org>
12 files changed:
CHANGES
Configure
crypto/bn/bn_div.c
crypto/bn/bn_gcd.c
crypto/bn/bn_lcl.h
crypto/ec/ecp_nistz256.c
include/openssl/bio.h
include/openssl/bn.h
include/openssl/ossl_typ.h
ssl/ssl_locl.h
test/bntest.c
test/exptest.c