From b6ab114e77db2581d5bda2ca4b0aa0d68b2e0f90 Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 11 Jul 2014 08:44:47 +0000 Subject: Only import cryptlib.h in the four source files that actually need it. Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ --- lib/libssl/src/crypto/stack/stack.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libssl/src/crypto/stack/stack.c') diff --git a/lib/libssl/src/crypto/stack/stack.c b/lib/libssl/src/crypto/stack/stack.c index a219d959e92..cbd4d216f64 100644 --- a/lib/libssl/src/crypto/stack/stack.c +++ b/lib/libssl/src/crypto/stack/stack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stack.c,v 1.17 2014/07/10 13:58:23 jsing Exp $ */ +/* $OpenBSD: stack.c,v 1.18 2014/07/11 08:44:49 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -69,9 +69,8 @@ #include #include -#include "cryptlib.h" -#include #include +#include #undef MIN_NODES #define MIN_NODES 4 -- cgit v1.2.3-59-g8ed1b