Make some global variables static
authorMatt Caswell <matt@openssl.org>
Tue, 9 Feb 2016 23:59:17 +0000 (23:59 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 9 Feb 2016 23:59:17 +0000 (23:59 +0000)
commit1ffa8a9685e22a5a0ff1b1322df4d1720b05ce4c
tree38f1227c43903ad3d5c801e826a59fdd94eb4514
parentb7326ea7106955a7a5b8190fb19c982b49b7c821
Make some global variables static

Make some global variables that are only ever accessed from one file
static.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/init.c