Add NO_ASN1_OLD to remove some old style functions:
authorDr. Stephen Henson <steve@openssl.org>
Thu, 28 Dec 2000 22:24:50 +0000 (22:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Dec 2000 22:24:50 +0000 (22:24 +0000)
commit73e92de57759ea1fadbc7a9d08e02b99a752d688
treed257d51ef0eb3c2ab061def17565209dc4312999
parent09ab755c555a96df23b78fb188578b2fba5faae2
Add NO_ASN1_OLD to remove some old style functions:
currently OpenSSL itself wont compile with this set
because some old style stuff remains.

Change old functions X509_sign(), X509_verify() etc
to use new item based functions.

Replace OCSP function declarations with DECLARE macros.
CHANGES
crypto/asn1/a_digest.c
crypto/asn1/a_set.c
crypto/asn1/a_sign.c
crypto/asn1/a_verify.c
crypto/ocsp/ocsp.h
crypto/x509/x_all.c