The rest of the OpenSSL files include openssl/e_os.h. There's no
reason to treat conf_api.c differently in this version.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
DIR= conf
|
DIR= conf
|
||||||
TOP= ../..
|
TOP= ../..
|
||||||
CC= cc
|
CC= cc
|
||||||
INCLUDES= -I.. -I../.. -I../../include
|
INCLUDES= -I../../include
|
||||||
CFLAG=-g
|
CFLAG=-g
|
||||||
INSTALL_PREFIX=
|
INSTALL_PREFIX=
|
||||||
OPENSSLDIR= /usr/local/ssl
|
OPENSSLDIR= /usr/local/ssl
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <openssl/conf.h>
|
#include <openssl/conf.h>
|
||||||
#include <openssl/conf_api.h>
|
#include <openssl/conf_api.h>
|
||||||
#include "e_os.h"
|
#include "openssl/e_os.h"
|
||||||
|
|
||||||
static void value_free_hash(CONF_VALUE *a, LHASH *conf);
|
static void value_free_hash(CONF_VALUE *a, LHASH *conf);
|
||||||
static void value_free_stack(CONF_VALUE *a,LHASH *conf);
|
static void value_free_stack(CONF_VALUE *a,LHASH *conf);
|
||||||
|
|||||||
Reference in New Issue
Block a user