
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>
7 lines
158 B
C
7 lines
158 B
C
#ifndef HEADER_RC4_LOCL_H
|
|
# define HEADER_RC4_LOCL_H
|
|
# include <openssl/opensslconf.h>
|
|
# include "internal/cryptlib.h"
|
|
# include "internal/rc4_conf.h"
|
|
#endif
|