diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2006-04-06 15:02:06 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2006-04-06 15:02:06 +0200 |
commit | 0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6 (patch) | |
tree | 072aa96c432ee3962c2f5bee5e93eb0d781c859e /crypto/Makefile | |
parent | Remove ECC extension information from external representation (diff) | |
download | openssl-0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6.tar.xz openssl-0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6.zip |
Initial definitions and a few functions for EVP_PKEY_METHOD: an extension
of the EVP routines to public key algorithms.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 7c55d5933b..b6e3f9424b 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../asn1 -I../../include +INCLUDES= -I.. -I../.. -I../asn1 -I../evp -I../../include CFLAG= -g MAKEDEPPROG= makedepend MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) |