diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-02-13 19:45:41 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-02-13 19:45:41 +0100 |
commit | e990b4f838eaa649a1849d25db5be2236632fe34 (patch) | |
tree | b099e52a8c5e3d6057a0ee8090bf81dc9660a016 /Makefile.org | |
parent | Change FIPS source and utilities to use the "FIPS_" names directly (diff) | |
download | openssl-e990b4f838eaa649a1849d25db5be2236632fe34.tar.xz openssl-e990b4f838eaa649a1849d25db5be2236632fe34.zip |
Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_new
and FIPS_dsa_sig_free, reimplment DSA_SIG_new and DSA_SIG_free from ASN1
library.
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org index 89fa394546..4cdd60bc04 100644 --- a/Makefile.org +++ b/Makefile.org @@ -307,8 +307,6 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/dsa/dsa_gen.o \ ../crypto/dsa/dsa_key.o \ ../crypto/dsa/dsa_ossl.o \ - ../crypto/dsa/dsa_sign.o \ - ../crypto/dsa/dsa_vrf.o \ ../crypto/evp/e_aes.o \ ../crypto/evp/e_des3.o \ ../crypto/evp/m_sha1.o \ |