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.

Reply via email to