index 1ebd3f2e6d3c0c25594966bd7177c2c4d50099b9..8ec78c8330457ee0157488eeee58a6b63e95620b 100644 (file)
BIO *bio;
DH *dh = NULL;
- bio = BIO_new_mem_buf(unconstify(char *, buffer), len);
+ bio = BIO_new_mem_buf(buffer, len);
if (bio == NULL)
return NULL;
dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);