Index: head/net-p2p/litecoin/files/patch-src_crypto_scrypt.cpp =================================================================== --- head/net-p2p/litecoin/files/patch-src_crypto_scrypt.cpp (nonexistent) +++ head/net-p2p/litecoin/files/patch-src_crypto_scrypt.cpp (revision 512525) @@ -0,0 +1,11 @@ +--- src/crypto/scrypt.cpp.orig 2019-09-19 19:04:21 UTC ++++ src/crypto/scrypt.cpp +@@ -60,6 +60,8 @@ static inline void be32enc(void *pp, uint32_t x) + p[0] = (x >> 24) & 0xff; + } + ++#else ++#include + #endif + typedef struct HMAC_SHA256Context { + SHA256_CTX ictx; Property changes on: head/net-p2p/litecoin/files/patch-src_crypto_scrypt.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property