Staticise globals

This commit is contained in:
sin
2014-11-17 13:38:52 +00:00
parent a84cbe9e1c
commit 90507652c0
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
#include "md5.h"
#include "util.h"
struct md5 s;
static struct md5 s;
struct crypt_ops md5_ops = {
md5_init,
md5_update,