diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-08-22 19:57:38 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-08-22 19:57:38 +0200 |
commit | c0711f7f0fc026ab87fe6607bb5136ab790e2334 (patch) | |
tree | 8db64939a0e30e6c1d6375b13de3e9190d00c13f /crypto/dsa/Makefile.ssl | |
parent | Allow memory bios to be read only and change PKCS#7 routines to use them. (diff) | |
download | openssl-c0711f7f0fc026ab87fe6607bb5136ab790e2334.tar.xz openssl-c0711f7f0fc026ab87fe6607bb5136ab790e2334.zip |
Initial support for DSA_METHOD...
Diffstat (limited to 'crypto/dsa/Makefile.ssl')
-rw-r--r-- | crypto/dsa/Makefile.ssl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/dsa/Makefile.ssl b/crypto/dsa/Makefile.ssl index 6d80ce77be..aa771ba5d1 100644 --- a/crypto/dsa/Makefile.ssl +++ b/crypto/dsa/Makefile.ssl @@ -22,8 +22,10 @@ TEST=dsatest.c APPS= LIB=$(TOP)/libcrypto.a -LIBSRC= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c dsa_err.c -LIBOBJ= dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o dsa_err.o +LIBSRC= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c \ + dsa_err.c dsa_ossl.c +LIBOBJ= dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o \ + dsa_err.o dsa_ossl.o SRC= $(LIBSRC) |