Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
This commit is contained in:
@@ -45,15 +45,15 @@ files:
|
||||
|
||||
links:
|
||||
@$(TOP)/util/point.sh Makefile.ssl Makefile
|
||||
@$(TOP)/util/mklink.sh ../../include $(EXHEADER)
|
||||
@$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
|
||||
@$(TOP)/util/mklink.sh ../../test $(TEST)
|
||||
@$(TOP)/util/mklink.sh ../../apps $(APPS)
|
||||
|
||||
install:
|
||||
@for i in $(EXHEADER) ; \
|
||||
do \
|
||||
(cp $$i $(INSTALLTOP)/include/$$i; \
|
||||
chmod 644 $(INSTALLTOP)/include/$$i ); \
|
||||
(cp $$i $(INSTALLTOP)/include/openssl/$$i; \
|
||||
chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
|
||||
done;
|
||||
|
||||
tags:
|
||||
|
@@ -55,7 +55,7 @@
|
||||
#ifndef HEADER_SAFESTACK_H
|
||||
#define HEADER_SAFESTACK_H
|
||||
|
||||
#include "stack.h"
|
||||
#include <openssl/stack.h>
|
||||
|
||||
#define STACK_OF(type) STACK_##type
|
||||
|
||||
|
@@ -67,7 +67,7 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include "cryptlib.h"
|
||||
#include "stack.h"
|
||||
#include <openssl/stack.h>
|
||||
|
||||
#undef MIN_NODES
|
||||
#define MIN_NODES 4
|
||||
|
Reference in New Issue
Block a user