ifdef cleanup part 3: OPENSSL_SYSNAME

Rename OPENSSL_SYSNAME_xxx to OPENSSL_SYS_xxx
Remove MS_STATIC; it's a relic from platforms <32 bits.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Rich Salz
2015-01-23 11:58:26 -05:00
parent 9b05cbc33e
commit 68b00c2372
24 changed files with 91 additions and 112 deletions

View File

@@ -2557,7 +2557,7 @@ static int init_ssl_connection(SSL *con)
const char *str;
X509 *peer;
long verify_error;
MS_STATIC char buf[BUFSIZ];
char buf[BUFSIZ];
#ifndef OPENSSL_NO_KRB5
char *client_princ;
#endif