headers: make low-level headers standalone

Signed-off-by: Himaneesh Mishra <himaneeshmishra@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Merge-Request: <https://gitlab.com/libssh/libssh-mirror/-/merge_requests/816>
This commit is contained in:
Himaneesh Mishra
2026-04-16 16:49:12 -04:00
committed by Jakub Jelen
parent 068cbd543f
commit e6f4001bc4
4 changed files with 3 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
#ifndef ED25519_H_
#define ED25519_H_
#include "libssh/priv.h"
#include <stdint.h>
/**
* @defgroup ed25519 ed25519 API

View File

@@ -9,7 +9,7 @@
#ifndef FE25519_H
#define FE25519_H
#include "libssh/priv.h"
#include <stdint.h>
#define fe25519 crypto_sign_ed25519_ref_fe25519
#define fe25519_freeze crypto_sign_ed25519_ref_fe25519_freeze

View File

@@ -20,7 +20,7 @@
#ifndef STRING_H_
#define STRING_H_
#include "libssh/priv.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C" {