mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +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"
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#define GCRYPT_STRING "/gnutls"
|
||||
#define GCRYPT_STRING "/gcrypt"
|
||||
#else
|
||||
#define GCRYPT_STRING ""
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user