From 7262eba487248ace93831592b64babbfd9ffdf77 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Fri, 11 Jul 2014 08:44:50 +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/libcrypto/evp/evp_pbe.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libcrypto/evp/evp_pbe.c') diff --git a/lib/libcrypto/evp/evp_pbe.c b/lib/libcrypto/evp/evp_pbe.c index 63e71c0bc99..42ec6e0dda8 100644 --- a/lib/libcrypto/evp/evp_pbe.c +++ b/lib/libcrypto/evp/evp_pbe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_pbe.c,v 1.19 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: evp_pbe.c,v 1.20 2014/07/11 08:44:48 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -61,10 +61,11 @@ #include -#include "cryptlib.h" +#include #include #include #include + #include "evp_locl.h" /* Password based encryption (PBE) functions */ -- cgit v1.2.3