summarylogtreecommitdiffstats
path: root/cryptopp-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 /cryptopp-bytes.patch
parent77f9aaf6bb95919daf46464991f2e52fc30fada5 (diff)
downloadaur-urbackup2-client-no-gui.tar.gz
autu: Update to 2.5.25-1
Diffstat (limited to 'cryptopp-bytes.patch')
-rw-r--r--cryptopp-bytes.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/cryptopp-bytes.patch b/cryptopp-bytes.patch
deleted file mode 100644
index d34e1553313f..000000000000
--- a/cryptopp-bytes.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git cryptopp_inc.h cryptopp_inc.h
-index 1295d7c..51ab406 100644
---- cryptopp_inc.h
-+++ cryptopp_inc.h
-@@ -44,4 +44,9 @@
- #include CRYPTOPP_INCLUDE_ECCRYPTO
- #include CRYPTOPP_INCLUDE_OIDS
- #include CRYPTOPP_INCLUDE_DSA
--#endif
-\ No newline at end of file
-+#endif
-+#if (CRYPTOPP_VERSION >= 600) && (__cplusplus >= 201103L)
-+ using byte = CryptoPP::byte;
-+#else
-+ typedef unsigned char byte;
-+#endif