mpd/src/lib/crypto
Rosen Penev a2f5a63bbc
replace stdint.h with cstdint
The former is deprecated by C++14. The standard says they are the same:

The header defines all types and macros the same as the C standard library
header<stdint.h>.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-12 19:04:39 -07:00
..
Base64.cxx lib/crypto: add base64 wrapper using libavutil 2019-08-14 12:39:03 +02:00
Base64.hxx replace stddef.h with cstddef 2020-03-12 19:04:38 -07:00
MD5.cxx lib/crypto/MD5: add option to use libavutil instead of libgcrypt 2019-08-14 18:56:10 +02:00
MD5.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
meson.build lib/crypto/MD5: add option to use libavutil instead of libgcrypt 2019-08-14 18:56:10 +02:00