[libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzz...
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 2c382b2ef31429a065b232c75a369f2a5965f7dd..bc6bec7473d31e2ae9cf8b3b401d07f15fdb1cd0 100644 (file)
@@ -42,7 +42,7 @@ void Print(const Unit &U, const char *PrintAfter = "");
 void PrintASCII(const Unit &U, const char *PrintAfter = "");
 std::string Hash(const Unit &U);
 void SetTimer(int Seconds);
-void PrintFileAsBase64(const std::string &Path);
+std::string Base64(const Unit &U);
 int ExecuteCommand(const std::string &Command);
 
 // Private copy of SHA1 implementation.