Index: branches/2021Q1/net/libstorj/files/patch-src_crypto.c =================================================================== --- branches/2021Q1/net/libstorj/files/patch-src_crypto.c (nonexistent) +++ branches/2021Q1/net/libstorj/files/patch-src_crypto.c (revision 569599) @@ -0,0 +1,11 @@ +--- src/crypto.c.orig 2018-05-10 18:45:47 UTC ++++ src/crypto.c +@@ -216,7 +216,7 @@ int sha512_of_str(const uint8_t *str, int str_len, uin + return 0; + } + +-void pbkdf2_hmac_sha512 ( ++void off_pbkdf2_hmac_sha512 ( + unsigned key_length, + const uint8_t *key, + unsigned iterations, Property changes on: branches/2021Q1/net/libstorj/files/patch-src_crypto.c ___________________________________________________________________ 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 Index: branches/2021Q1/net/libstorj/files/patch-src_crypto.h =================================================================== --- branches/2021Q1/net/libstorj/files/patch-src_crypto.h (nonexistent) +++ branches/2021Q1/net/libstorj/files/patch-src_crypto.h (revision 569599) @@ -0,0 +1,11 @@ +--- src/crypto.h.orig 2018-05-10 18:45:47 UTC ++++ src/crypto.h +@@ -40,7 +40,7 @@ int double_ripemd160sha256(uint8_t *data, uint64_t dat + int double_ripemd160sha256_as_string(uint8_t *data, uint64_t data_size, + char **digest); + +-void pbkdf2_hmac_sha512(unsigned key_length, ++void off_pbkdf2_hmac_sha512(unsigned key_length, + const uint8_t *key, + unsigned iterations, + unsigned salt_length, const uint8_t *salt, Property changes on: branches/2021Q1/net/libstorj/files/patch-src_crypto.h ___________________________________________________________________ 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 Index: branches/2021Q1 =================================================================== --- branches/2021Q1 (revision 569598) +++ branches/2021Q1 (revision 569599) Property changes on: branches/2021Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r569585