summarylogtreecommitdiffstats
path: root/md5-bytes.patch
diff options
context:
space:
mode:
authorChris Severance2023-12-30 17:12:00 -0500
committerChris Severance2023-12-30 17:12:00 -0500
commit4d3e5409e7239159816728cc31962d72ddb75502 (patch)
tree927355d6fdcb01379c21babb6dca49414bf09cb7 /md5-bytes.patch
parent77f9aaf6bb95919daf46464991f2e52fc30fada5 (diff)
downloadaur-urbackup2-client-no-gui.tar.gz
autu: Update to 2.5.25-1
Diffstat (limited to 'md5-bytes.patch')
-rw-r--r--md5-bytes.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/md5-bytes.patch b/md5-bytes.patch
deleted file mode 100644
index d4b88fe7dfed..000000000000
--- a/md5-bytes.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git md5.h md5.h
-index d8b96df..86103da 100644
---- md5.h
-+++ md5.h
-@@ -124,6 +124,13 @@ private:
- #include CRYPTOPP_INCLUDE_MD5
- #endif
-
-+#if (CRYPTOPP_VERSION >= 600) && (__cplusplus >= 201103L)
-+ using byte = CryptoPP::byte;
-+#else
-+ typedef unsigned char byte;
-+#endif
-+
-+
- class MD5 {
-
- public:
-@@ -151,4 +158,4 @@ private:
-
- #endif //DO_NOT_USE_CRYPTOPP_MD5
-
--#endif //MD5_H
-\ No newline at end of file
-+#endif //MD5_H