X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=crypto%2Flibeddsa%2Flib%2Fbitness.h;fp=crypto%2Flibeddsa%2Flib%2Fbitness.h;h=5850c7f1e1a308cdebdc43e157a12eb6cc7ed360;hb=7bfbc0423ba40ea5156e06c8fb62bacd5ea93390;hp=0000000000000000000000000000000000000000;hpb=2ae349f5ed63b026cff763b35984dd36b330870a;p=zpackage diff --git a/crypto/libeddsa/lib/bitness.h b/crypto/libeddsa/lib/bitness.h new file mode 100644 index 0000000..5850c7f --- /dev/null +++ b/crypto/libeddsa/lib/bitness.h @@ -0,0 +1,12 @@ +#ifndef BITNESS_H +#define BITNESS_H + +#ifndef NO_AUTO_BITNESS + #ifdef __LP64__ + #define USE_64BIT 1 + #else + #undef USE_64BIT + #endif +#endif + +#endif