Try to fix incorrect non-Latin handling on Win32 filenames.
[libdcp.git] / asdcplib / src / KM_prng.h
index a1f232884ad64492709935dbe808d9e6f39e7b10..0b941f3b1b6a510553c356441684b836eebc85dd 100755 (executable)
@@ -45,13 +45,14 @@ namespace Kumu
       ~FortunaRNG();
       const byte_t* FillRandom(byte_t* buf, ui32_t len);
       const byte_t* FillRandom(ByteString&);
+#ifdef LIBDCP_POSIX        
+      void Reset();
+#endif     
     };
 
 
   // key_len must be <= 64 (larger values will be truncated)
   void Gen_FIPS_186_Value(const byte_t* key_in, ui32_t key_len, byte_t* buf, ui32_t buf_len);
-
-  extern bool libdcp_test;
 } // namespace Kumu