Don't use *from++ in tolower as this is implemented as a macro on some
authorDr. Stephen Henson <steve@openssl.org>
Fri, 2 Sep 2011 11:28:18 +0000 (11:28 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 2 Sep 2011 11:28:18 +0000 (11:28 +0000)
commit91e97cbe4c6d61bf3a2a2db207f4076c1d9b2dfd
tree30f41ae091e80664d277812a3807acdba89e876b
parent63ee3b32fe20f19716c61c0a1a15a0722d1648b2
Don't use *from++ in tolower as this is implemented as a macro on some
platforms. Thanks to Shayne Murray <Shayne.Murray@Polycom.com> for
reporting this issue.
crypto/asn1/x_name.c