mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Fix config.h includes
We need stdlib.h and string.h in priv.h for free() and memset(). Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
2
src/external/ge25519.c
vendored
2
src/external/ge25519.c
vendored
@@ -6,6 +6,8 @@
|
||||
* Copied from supercop-20130419/crypto_sign/ed25519/ref/ge25519.c
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "libssh/fe25519.h"
|
||||
#include "libssh/sc25519.h"
|
||||
#include "libssh/ge25519.h"
|
||||
|
||||
Reference in New Issue
Block a user