git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@607132
13f79535-47bb-0310-9956-
ffa450edef68
SSLModConfigRec *mc = myModConfig(s);
void *vp;
SSL_SESSION *sess = NULL;
- UCHAR *ucpData;
+ MODSSL_D2I_SSL_SESSION_CONST UCHAR *ucpData;
int nData;
time_t expiry;
time_t now;
return NULL;
}
memcpy(&expiry, vp, sizeof(time_t));
- memcpy(ucpData, (char *)vp+sizeof(time_t), nData);
+ memcpy((void *)ucpData, (char *)vp+sizeof(time_t), nData);
ssl_mutex_off(s);
/* make sure the stuff is still not expired */