X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcrypto%2Fripemd160%2Fripemd160.h;h=fc3bf0eabc71d556624e2b085bcfa78b615e0f2f;hp=e29e42bb044b3ac63134205731dd3c9c51e5bab8;hb=98d16c40f7cb21268751da58c0cb0d14efd38c5a;hpb=be24e496578d7c03bc2fd6239887266e82c8d6da diff --git a/ccan/crypto/ripemd160/ripemd160.h b/ccan/crypto/ripemd160/ripemd160.h index e29e42bb..fc3bf0ea 100644 --- a/ccan/crypto/ripemd160/ripemd160.h +++ b/ccan/crypto/ripemd160/ripemd160.h @@ -6,7 +6,7 @@ #include /* Uncomment this to use openssl's RIPEMD160 routines (and link with -lcrypto) */ -//#define CCAN_CRYPTO_RIPEMD160_USE_OPENSSL 1 +/*#define CCAN_CRYPTO_RIPEMD160_USE_OPENSSL 1*/ #ifdef CCAN_CRYPTO_RIPEMD160_USE_OPENSSL #include