aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-08 21:58:13 +0000
committerBodo Möller <bodo@openssl.org>1999-09-08 21:58:13 +0000
commit396f631458c34469bf12a575f0fccc44282e0d1d (patch)
tree06d18370963412a753b75c750837ea2da1c6976f /crypto/hmac
parent0d64ea89f75fcd2dd11fbd50e615a7fc20167908 (diff)
downloadopenssl-396f631458c34469bf12a575f0fccc44282e0d1d.tar.gz
some more patches for avoiding problems with non-automatic variables
Diffstat (limited to 'crypto/hmac')
-rw-r--r--crypto/hmac/hmactest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hmac/hmactest.c b/crypto/hmac/hmactest.c
index 9a67dff36a..4b56b8ee13 100644
--- a/crypto/hmac/hmactest.c
+++ b/crypto/hmac/hmactest.c
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
#include <openssl/ebcdic.h>
#endif
-struct test_st
+static struct test_st
{
unsigned char key[16];
int key_len;