Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_new
authorDr. Stephen Henson <steve@openssl.org>
Sun, 13 Feb 2011 18:45:41 +0000 (18:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 13 Feb 2011 18:45:41 +0000 (18:45 +0000)
commite990b4f838eaa649a1849d25db5be2236632fe34
treeb099e52a8c5e3d6057a0ee8090bf81dc9660a016
parente47af46cd839c549fac2d9f8a2951c35c0113fbf
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.
12 files changed:
Makefile.fips
Makefile.org
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
fips/dsa/fips_dsa_lib.c
fips/dsa/fips_dsa_selftest.c
fips/dsa/fips_dsatest.c
fips/dsa/fips_dssvs.c
fips/fips.c
fips/fips.h
fips/fips_test_suite.c