Rename opensslfeatures.h to opensslconf.h.

Some software #includes opensslconf.h which typically contains settings that we
put in opensslfeatures.h (a header name not in OpenSSL). Rename it to
opensslconf.h.

Change-Id: Icd21dde172e5e489ce90dd5c16ae4d2696909fb6
Reviewed-on: https://boringssl-review.googlesource.com/7216
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2016-02-25 11:39:59 -05:00 committed by Adam Langley
parent a473e554b4
commit e593fed378
2 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@
#include <stdint.h>
#include <sys/types.h>
#include <openssl/opensslfeatures.h>
#include <openssl/opensslconf.h>
#if defined(__cplusplus)
extern "C" {

View File

@ -15,8 +15,8 @@
/* This header is provided in order to make compiling against code that expects
OpenSSL easier. */
#ifndef OPENSSL_HEADER_OPENSSLFEATURES_H
#define OPENSSL_HEADER_OPENSSLFEATURES_H
#ifndef OPENSSL_HEADER_OPENSSLCONF_H
#define OPENSSL_HEADER_OPENSSLCONF_H
#define OPENSSL_NO_BF
@ -57,4 +57,4 @@
#define OPENSSL_NO_WHIRLPOOL
#endif /* OPENSSL_HEADER_OPENSSLFEATURES_H */
#endif /* OPENSSL_HEADER_OPENSSLCONF_H */