Massive constification.
[openssl.git] / crypto / des / ecb_enc.c
index c6cbea3f568431d130d131c72e1569b1b57def58..573a9f6bc955b323652fe3fc0eb4bb659f0d451e 100644 (file)
 #include "spr.h"
 #include "opensslv.h"
 
-char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay";
-char *DES_version="DES" OPENSSL_VERSION_PTEXT;
+const char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay";
+const char *DES_version="DES" OPENSSL_VERSION_PTEXT;
 
-char *des_options()
+const char *des_options(void)
        {
        static int init=1;
        static char buf[32];
 
        if (init)
                {
-               char *ptr,*unroll,*risc,*size;
+               const char *ptr,*unroll,*risc,*size;
 
                init=0;
 #ifdef DES_PTR