Move & split opensslconf.h.in
authorRich Salz <rsalz@openssl.org>
Mon, 25 Jan 2016 14:44:08 +0000 (09:44 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 25 Jan 2016 14:44:08 +0000 (09:44 -0500)
commitdc193c9c5e914c74fd0f51fe4fe86fbd5910536e
tree1a9a603235a1aa4f3854a9ad551d8c097832a39c
parent2dc4be513b1ab59cce3f578488a870124dcff1b8
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>
12 files changed:
.gitignore
Configure
crypto/bf/bf_locl.h
crypto/bn/bn_lcl.h
crypto/des/des_locl.h
crypto/include/internal/bf_conf.h.in [new file with mode: 0644]
crypto/include/internal/bn_conf.h.in [new file with mode: 0644]
crypto/include/internal/des_conf.h.in [new file with mode: 0644]
crypto/include/internal/rc4_conf.h.in [new file with mode: 0644]
crypto/opensslconf.h.in [deleted file]
crypto/rc4/rc4_locl.h
include/openssl/opensslconf.h.in [new file with mode: 0644]