Seek out and destroy another evil cast.
[openssl.git] / crypto / txt_db / txt_db.c
index ad3527df53b917a195562e4a2ad4c3a3269d2808..33acc81f3fa7c0e82ca0041571f48508baf5560e 100644 (file)
@@ -181,7 +181,7 @@ err:
 #endif
                if (ret->data != NULL) sk_free(ret->data);
                if (ret->index != NULL) Free(ret->index);
-               if (ret->qual != NULL) Free((char *)ret->qual);
+               if (ret->qual != NULL) Free(ret->qual);
                if (ret != NULL) Free(ret);
                return(NULL);
                }