mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
patch pki_gcrypt.c to be compilable without CMake
This commit is contained in:
committed by
Aris Adamantiadis
parent
2ffbdb0492
commit
89733e697f
@@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBGCRYPT
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
@@ -1672,4 +1674,6 @@ ssh_signature pki_do_sign_sessionid(const ssh_key key,
|
|||||||
}
|
}
|
||||||
#endif /* WITH_SERVER */
|
#endif /* WITH_SERVER */
|
||||||
|
|
||||||
|
#endif /* HAVE_LIBGCRYPT */
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 et cindent: */
|
/* vim: set ts=4 sw=4 et cindent: */
|
||||||
|
Reference in New Issue
Block a user