Constify char* input parameters in apps code
authorFdaSilvaYY <fdasilvayy@gmail.com>
Thu, 4 Aug 2016 21:52:22 +0000 (23:52 +0200)
committerMatt Caswell <matt@openssl.org>
Wed, 17 Aug 2016 16:09:19 +0000 (17:09 +0100)
commitcc69629626ce0dab934704e1d9e806e0823c87d0
tree7e4891c119539e6a9886ef686076b0f970ed13d7
parente7917e38bee4a0dcaa9b9968b6a4e48959dd4a3d
Constify char* input parameters in apps code

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
17 files changed:
apps/apps.c
apps/apps.h
apps/asn1pars.c
apps/ca.c
apps/cms.c
apps/crl.c
apps/ocsp.c
apps/pkcs12.c
apps/pkeyutl.c
apps/req.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/ts.c
apps/verify.c
apps/x509.c
test/ssltest_old.c