Constify some inputs buffers
authorFdaSilvaYY <fdasilvayy@gmail.com>
Sat, 6 Aug 2016 15:54:32 +0000 (17:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Aug 2016 09:47:22 +0000 (11:47 +0200)
commita026fbf977ccac5c59597c9b2e1e1c288d0b1b69
tree3a965bc926e1d91d4ca1c6d79622f703f87a8a52
parent35da893f86a40d3711ed785bd8777c18238aee45
Constify some inputs buffers

remove useless cast to call ASN1_STRING_set

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/asn1/a_gentm.c
crypto/asn1/a_utctm.c
crypto/ocsp/ocsp_ext.c
crypto/x509/x_x509a.c
include/openssl/ocsp.h
include/openssl/x509.h