summaryrefslogtreecommitdiff
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorsteve <steve>2006-03-22 17:59:44 +0000
committersteve <steve>2006-03-22 17:59:44 +0000
commitf609ef5cb2a5027232b6da0838c01512de35f87d (patch)
treec92ff3dc05463b59f6121b846f5d2ed72d5fccc3 /crypto/Makefile
parent7a69dc8574ae92d1bc6819afab768867b401ccc4 (diff)
downloadopenssl-f609ef5cb2a5027232b6da0838c01512de35f87d.tar.gz
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
initialize it. Initial support for application added public key ASN1.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index c9e90d393..7c55d5933 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -7,7 +7,7 @@ TOP= ..
CC= cc
INCLUDE= -I. -I$(TOP) -I../include
# INCLUDES targets sudbirs!
-INCLUDES= -I.. -I../.. -I../../include
+INCLUDES= -I.. -I../.. -I../asn1 -I../../include
CFLAG= -g
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)