Replumbing: Add a mechanism to pre-populate the provider store
[openssl.git] / test / destest.c
index 6b57911de3d8d512eba046f9840ee2a02a10fb15..fe56d9a76bcf69cf03d8c0f5a0c163d0674ab5dc 100644 (file)
@@ -287,7 +287,7 @@ static char *pt(const unsigned char *p, char buf[DATA_BUF_SIZE])
 {
     char *ret;
     int i;
-    static char *f = "0123456789ABCDEF";
+    static const char *f = "0123456789ABCDEF";
 
     ret = &(buf[0]);
     for (i = 0; i < 8; i++) {