diff options
author | Rich Salz <rsalz@openssl.org> | 2016-01-25 15:44:08 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-25 15:44:08 +0100 |
commit | dc193c9c5e914c74fd0f51fe4fe86fbd5910536e (patch) | |
tree | 1a9a603235a1aa4f3854a9ad551d8c097832a39c /crypto/rc4/rc4_locl.h | |
parent | Fix OpenSSL::Test::Simple to take more than one algorithm (diff) | |
download | openssl-dc193c9c5e914c74fd0f51fe4fe86fbd5910536e.tar.xz openssl-dc193c9c5e914c74fd0f51fe4fe86fbd5910536e.zip |
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 <levitte@openssl.org>
Diffstat (limited to 'crypto/rc4/rc4_locl.h')
-rw-r--r-- | crypto/rc4/rc4_locl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/rc4/rc4_locl.h b/crypto/rc4/rc4_locl.h index 2f09b7c8b3..3ed48d8d25 100644 --- a/crypto/rc4/rc4_locl.h +++ b/crypto/rc4/rc4_locl.h @@ -2,4 +2,5 @@ # define HEADER_RC4_LOCL_H # include <openssl/opensslconf.h> # include "internal/cryptlib.h" +# include "internal/rc4_conf.h" #endif |