From dc193c9c5e914c74fd0f51fe4fe86fbd5910536e Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 25 Jan 2016 09:44:08 -0500 Subject: Move & split opensslconf.h.in Move opensslconf.h.in to include/openssl. Split off DES,BN,RC4 stuff into separate header file templates in crypto/include/internal/*_conf.h.in Reviewed-by: Richard Levitte --- crypto/bf/bf_locl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/bf') diff --git a/crypto/bf/bf_locl.h b/crypto/bf/bf_locl.h index 9448aed424..fe2c9db9e0 100644 --- a/crypto/bf/bf_locl.h +++ b/crypto/bf/bf_locl.h @@ -58,7 +58,8 @@ #ifndef HEADER_BF_LOCL_H # define HEADER_BF_LOCL_H -# include /* BF_PTR, BF_PTR2 */ +# include +# include "internal/bf_conf.h" # undef c2l # define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ -- cgit v1.2.3