On Sun, Dec 11, 2005 at 10:12:23AM -0800, Paul Querna wrote:
> Built using apr_memcache.
>
> Not hooked up into the build system fully yet.
Looks fine other than code style ("char* foo" etc).
> +SSL_SESSION *ssl_scache_mc_retrieve(server_rec *s, UCHAR *id, int idlen)
> +{
> + SSL_SESSION *pSession;
> + MODSSL_D2I_SSL_SESSION_CONST unsigned char *pder;
...
> + rv = apr_memcache_getp(memctxt, mc->pPool, strkey,
> + (char**)&pder, &der_len, NULL);
and possibly that will trigger a gcc 4.x strict-aliasing warning?
joe