summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/fips/rand/fips_rngvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/fips/rand/fips_rngvs.c')
-rw-r--r--crypto/openssl/fips/rand/fips_rngvs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/fips/rand/fips_rngvs.c b/crypto/openssl/fips/rand/fips_rngvs.c
index cb904ea..80a8017 100644
--- a/crypto/openssl/fips/rand/fips_rngvs.c
+++ b/crypto/openssl/fips/rand/fips_rngvs.c
@@ -31,7 +31,7 @@ int main(int argc, char **argv)
#include "fips_utl.h"
-void vst()
+static void vst()
{
unsigned char *key = NULL;
unsigned char *v = NULL;
@@ -108,7 +108,7 @@ void vst()
}
}
-void mct()
+static void mct()
{
unsigned char *key = NULL;
unsigned char *v = NULL;
OpenPOWER on IntegriCloud