[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Confusing Redundancy
[Thread Prev] | [Thread Next]
- Subject: Confusing Redundancy
- From: Dustin Oprea <myselfasunder@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 26 Feb 2014 19:10:48 -0500
- To: libssh <libssh@xxxxxxxxxx>
The following is in src/CMakeLists.txt, and it seems like the *else* will never trigger and "pki_crypto.c" will never be included: if (WITH_GCRYPT) set(libssh_SRCS ${libssh_SRCS} libgcrypt.c gcrypt_missing.c pki_gcrypt.c ) else (WITH_GCRYPT) set(libssh_SRCS ${libssh_SRCS} pki_crypto.c ) endif (WITH_GCRYPT) Dustin
Re: Confusing Redundancy | Alan Dunn <amdunn@xxxxxxxxx> |