Massive constification.
[openssl.git] / crypto / bf / bf_ecb.c
index fd362b7cc9a1412ad9e68f3374628f7d7beb9a55..efceae6e20e58f70c7dd6f83e8a242de0bd01ec7 100644 (file)
@@ -65,9 +65,9 @@
  * CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
  */
 
-char *BF_version="BlowFish" OPENSSL_VERSION_PTEXT;
+const char *BF_version="BlowFish" OPENSSL_VERSION_PTEXT;
 
-char *BF_options()
+const char *BF_options()
        {
 #ifdef BF_PTR
        return("blowfish(ptr)");