From: Michael Jerris Date: Tue, 20 Mar 2007 05:14:09 +0000 (+0000) Subject: make definition that should be static static X-Git-Tag: v1.0-beta1~749 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6726bf4d3422afa7e81078467fc1d8ac125b99fd;p=thirdparty%2Ffreeswitch.git make definition that should be static static git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4676 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/srtp/crypto/rng/prng.c b/libs/srtp/crypto/rng/prng.c index 23130be258..0cd027eece 100644 --- a/libs/srtp/crypto/rng/prng.c +++ b/libs/srtp/crypto/rng/prng.c @@ -47,7 +47,7 @@ /* single, global prng structure */ -x917_prng_t x917_prng; +static x917_prng_t x917_prng; err_status_t x917_prng_init(rand_source_func_t random_source) {