mark all block comments that need format preserving so that
[openssl.git] / crypto / bf / blowfish.h
index b97e76f9a3a93c8f10339a40751786b9998a73f5..50787eda09946e5985aa5125a6102823052ea733 100644 (file)
@@ -72,7 +72,7 @@ extern "C" {
 #define BF_ENCRYPT     1
 #define BF_DECRYPT     0
 
-/*
+/*-
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  * ! BF_LONG has to be at least 32 bits wide. If it's wider, then !
  * ! BF_LONG_LOG2 has to be defined along.                        !