]> git.ozlabs.org Git - ccan/blobdiff - ccan/crypto/ripemd160/ripemd160.h
Merge remote-tracking branch 'origin/pr/46'
[ccan] / ccan / crypto / ripemd160 / ripemd160.h
index 38d38156f36391a04c64ace7b735ca8cab92193b..377a07df407fae01ef0b3ac0aaf8208aa62a8645 100644 (file)
@@ -6,7 +6,7 @@
 #include <stdlib.h>
 
 /* 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 <openssl/ripemd.h>