Skip to content

Commit

Permalink
CryptoPP: drop unnecessary caml/config.h include, fix #86
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Jun 16, 2024
1 parent e136e74 commit 591a3a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/lib/CryptoPP.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
#define CRYPTOPP_H

#include <inttypes.h>
#include <caml/config.h>
#include <stdio.h>

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -101,9 +100,6 @@
# define IS_LITTLE_ENDIAN
#endif

// override #define in caml/compatibility.h
#undef flush

// define this if you want to disable all OS-dependent features,
// such as sockets and OS-provided random number generators
// #define NO_OS_DEPENDENCE
Expand Down

0 comments on commit 591a3a2

Please sign in to comment.