From a9478c5fe632c07fa8cacb9aec36bd254df2af8b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 31 May 2014 23:33:33 +0000 Subject: Get the public headers from the official place with from Brent Cook --- src/lib/libcrypto/bn/bn_const.c | 2 +- src/lib/libcrypto/chacha/chacha.c | 2 +- src/lib/libcrypto/o_init.c | 3 ++- src/lib/libcrypto/poly1305/poly1305.c | 2 +- src/lib/libcrypto/ts/ts_lib.c | 2 +- src/lib/libcrypto/ts/ts_rsp_print.c | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/bn/bn_const.c b/src/lib/libcrypto/bn/bn_const.c index 1c8bc9b5df..2ba2bbd827 100644 --- a/src/lib/libcrypto/bn/bn_const.c +++ b/src/lib/libcrypto/bn/bn_const.c @@ -1,7 +1,7 @@ /* crypto/bn/knownprimes.c */ /* Insert boilerplate */ -#include "bn.h" +#include /* "First Oakley Default Group" from RFC2409, section 6.1. * diff --git a/src/lib/libcrypto/chacha/chacha.c b/src/lib/libcrypto/chacha/chacha.c index 1bc95f502d..f0e818eb66 100644 --- a/src/lib/libcrypto/chacha/chacha.c +++ b/src/lib/libcrypto/chacha/chacha.c @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "chacha.h" +#include #include "chacha-merged.c" void diff --git a/src/lib/libcrypto/o_init.c b/src/lib/libcrypto/o_init.c index 09c982098c..89c708752c 100644 --- a/src/lib/libcrypto/o_init.c +++ b/src/lib/libcrypto/o_init.c @@ -1,5 +1,6 @@ /* Ted Unangst places this file in the public domain. */ -#include + +#include void OPENSSL_init(void) diff --git a/src/lib/libcrypto/poly1305/poly1305.c b/src/lib/libcrypto/poly1305/poly1305.c index 96083fe7e9..c2c3906c94 100644 --- a/src/lib/libcrypto/poly1305/poly1305.c +++ b/src/lib/libcrypto/poly1305/poly1305.c @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "poly1305.h" +#include #include "poly1305-donna.c" void diff --git a/src/lib/libcrypto/ts/ts_lib.c b/src/lib/libcrypto/ts/ts_lib.c index b9d92a3012..5018e959bb 100644 --- a/src/lib/libcrypto/ts/ts_lib.c +++ b/src/lib/libcrypto/ts/ts_lib.c @@ -61,7 +61,7 @@ #include #include #include -#include "ts.h" +#include /* Local function declarations. */ diff --git a/src/lib/libcrypto/ts/ts_rsp_print.c b/src/lib/libcrypto/ts/ts_rsp_print.c index 248674f4e5..6615e20445 100644 --- a/src/lib/libcrypto/ts/ts_rsp_print.c +++ b/src/lib/libcrypto/ts/ts_rsp_print.c @@ -61,7 +61,7 @@ #include #include #include -#include "ts.h" +#include struct status_map_st { int bit; -- cgit v1.2.3-55-g6feb