Constify the RSA parts of the ASN.1 library. Note some ugly casts
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2000 23:04:15 +0000 (23:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2000 23:04:15 +0000 (23:04 +0000)
commit7081f3bd89e465a07f04b12467533e004d617f9a
treeff3c3ef5dbb1c2826d531c45fa9a4fb622794e28
parent0413ba429c9dd4a49668da7c6d696720480aa4f1
Constify the RSA parts of the ASN.1 library.  Note some ugly casts
that are needed in the ASN.1 macros.  Hopefully, we can get rid of
those in an elegant way in the future.
crypto/asn1/asn1_mac.h
crypto/asn1/d2i_pr.c
crypto/asn1/d2i_pu.c
crypto/asn1/d2i_r_pr.c
crypto/asn1/d2i_r_pu.c
crypto/asn1/i2d_r_pr.c
crypto/asn1/i2d_r_pu.c
crypto/asn1/n_pkey.c
crypto/asn1/t_pkey.c