File superbitcoin-crypto.patch of Package superbitcoin
--- src/utils/crypto/aes.cpp 2019-03-27 14:47:05.041581961 +0100
+++ aes.cpp 2019-03-27 14:47:52.185580585 +0100
@@ -8,9 +8,9 @@
#include <assert.h>
#include <string.h>
-extern "C" {
-#include "crypto/ctaes/ctaes.c"
-}
+// extern "C" {
+// #include "crypto/ctaes/ctaes.c"
+// }
AES128Encrypt::AES128Encrypt(const unsigned char key[16])
{