Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37610989
en ru br
ALT Linux repositórios
S:2.5.24-alt1

Group :: Arquivamento/Backup
RPM: urbackup-client

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: md5-bytes.patch
Download


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
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009