Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
10b72a68b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/downloader/crypto_utils.cxx

+ 1 - 1
panda/src/downloader/crypto_utils.cxx

@@ -15,7 +15,7 @@
 USING_NAMESPACE(CryptoPP);
 USING_NAMESPACE(std);
 
-uint 
+static uint 
 read32(istream& is) {
   unsigned int ret = 0x0;
   unsigned char b1, b2, b3, b4;