mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03: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:
@@ -25,6 +25,8 @@
|
||||
#ifndef _PKI_CRYPTO_H
|
||||
#define _PKI_CRYPTO_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "libssh/priv.h"
|
||||
|
||||
#include <openssl/pem.h>
|
||||
|
||||
Reference in New Issue
Block a user