1
0
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:
rofl0r
2012-01-02 16:20:43 +01:00
committed by Aris Adamantiadis
parent 2ffbdb0492
commit 89733e697f

View File

@@ -24,6 +24,8 @@
#include "config.h"
#ifdef HAVE_LIBGCRYPT
#include <string.h>
#include <stdlib.h>
#include <gcrypt.h>
@@ -1672,4 +1674,6 @@ ssh_signature pki_do_sign_sessionid(const ssh_key key,
}
#endif /* WITH_SERVER */
#endif /* HAVE_LIBGCRYPT */
/* vim: set ts=4 sw=4 et cindent: */