]> git.ozlabs.org Git - ccan/blobdiff - ccan/crypto/sha256/sha256.h
crypto: Remove C++ comments
[ccan] / ccan / crypto / sha256 / sha256.h
index eedaa94ee77df0cfe3e875ec45597f364bbea55f..be4b3b7ad4d3581a2eb1693e3d9d32eb4ba342b6 100644 (file)
@@ -6,7 +6,7 @@
 #include <stdlib.h>
 
 /* Uncomment this to use openssl's SHA256 routines (and link with -lcrypto) */
-//#define CCAN_CRYPTO_SHA256_USE_OPENSSL 1
+/*#define CCAN_CRYPTO_SHA256_USE_OPENSSL 1*/
 
 #ifdef CCAN_CRYPTO_SHA256_USE_OPENSSL
 #include <openssl/sha.h>