mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
misc: Fix gcrypt suffix in version listing
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
committed by
Sahana Prasad
parent
b4ed60024b
commit
d4adad584e
@@ -73,7 +73,7 @@
|
|||||||
#include "libssh/session.h"
|
#include "libssh/session.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBGCRYPT
|
#ifdef HAVE_LIBGCRYPT
|
||||||
#define GCRYPT_STRING "/gnutls"
|
#define GCRYPT_STRING "/gcrypt"
|
||||||
#else
|
#else
|
||||||
#define GCRYPT_STRING ""
|
#define GCRYPT_STRING ""
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user