mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-06-11 12:56:21 +09:00
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:
committed by
Jakub Jelen
parent
068cbd543f
commit
e6f4001bc4
@@ -20,7 +20,7 @@
|
||||
|
||||
#ifndef ED25519_H_
|
||||
#define ED25519_H_
|
||||
#include "libssh/priv.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @defgroup ed25519 ed25519 API
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#ifndef STRING_H_
|
||||
#define STRING_H_
|
||||
#include "libssh/priv.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user