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:05 +0000 (11:28 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 2 Sep 2011 11:28:05 +0000 (11:28 +0000)
commit9c44e33230a09083bb1ddb1032026fd7cc381753
treee586c929312bdb9f51bb9b30591f4c1b2863c76b
parentb86f3197b7f4c94cdc4717805907d32074be29a4
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