[Freeswitch-svn] [commit] r4676 - freeswitch/trunk/libs/srtp/crypto/rng

Freeswitch SVN mikej at freeswitch.org
Tue Mar 20 01:14:09 EDT 2007


Author: mikej
Date: Tue Mar 20 01:14:09 2007
New Revision: 4676

Modified:
   freeswitch/trunk/libs/srtp/crypto/rng/prng.c

Log:
make definition that should be static static

Modified: freeswitch/trunk/libs/srtp/crypto/rng/prng.c
==============================================================================
--- freeswitch/trunk/libs/srtp/crypto/rng/prng.c	(original)
+++ freeswitch/trunk/libs/srtp/crypto/rng/prng.c	Tue Mar 20 01:14:09 2007
@@ -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) {



More information about the Freeswitch-svn mailing list