On 07/06/2005 05:27 PM, Ed Elliott wrote:
> <snip>
>
> #ifndef PEM_F_DEF_CALLBACK
> + #ifdef PEM_F_PEM_DEF_CALLBACK
> + /* In OpenSSL 0.9.8 PEM_F_DEF_CALLBACK was renamed */
> + #define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF_CALLBACK
> + #endif
> + #endif
>
> </snip>
Thanks a lot. That solved the problem. Much quicker and neater by the
way than switching to a different compiler, distro or user group ...
cg.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|