[pacman-dev] [PATCH][WIP] Allow replacing libcrypto with libnettle in pacman

Allan McRae allan at archlinux.org
Tue Oct 11 13:42:26 UTC 2016


On 11/10/16 23:32, Dave Reisner wrote:
>> +#if HAVE_LIBSSL
>> >  	MD5_CTX ctx;
>> > +#else /* HAVE_LIBNETTLE */
> Seems naive... perhaps elif HAVE_LIBNETTLE and make the else case an
> #error since it's unexpected ?
> 

The whole block is surrounded by:

#if defined  HAVE_LIBSSL || defined HAVE_LIBNETTLE

so that makes this less naive.


More information about the pacman-dev mailing list