summaryrefslogtreecommitdiffstats
path: root/crypto/evp/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-06 13:02:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-06 13:02:06 +0000
commit0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6 (patch)
tree072aa96c432ee3962c2f5bee5e93eb0d781c859e /crypto/evp/Makefile
parenta01d9ac5582657cd2579153b8c5987b4201f1688 (diff)
Initial definitions and a few functions for EVP_PKEY_METHOD: an extension
of the EVP routines to public key algorithms.
Diffstat (limited to 'crypto/evp/Makefile')
-rw-r--r--crypto/evp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile
index 310fff4257..f6476d88bc 100644
--- a/crypto/evp/Makefile
+++ b/crypto/evp/Makefile
@@ -28,7 +28,7 @@ LIBSRC= encode.c digest.c evp_enc.c evp_key.c evp_acnf.c \
bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c \
c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c \
evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c \
- e_old.c
+ e_old.c pmeth_lib.c
LIBOBJ= encode.o digest.o evp_enc.o evp_key.o evp_acnf.o \
e_des.o e_bf.o e_idea.o e_des3.o \
@@ -40,7 +40,7 @@ LIBOBJ= encode.o digest.o evp_enc.o evp_key.o evp_acnf.o \
bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o \
c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o \
evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o \
- e_old.o
+ e_old.o pmeth_lib.o
SRC= $(LIBSRC)