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
@@ -4,9 +4,6 @@ include/libssh/bind.h
|
||||
include/libssh/channels.h
|
||||
include/libssh/crypto.h
|
||||
include/libssh/dh.h
|
||||
include/libssh/ed25519.h
|
||||
include/libssh/fe25519.h
|
||||
include/libssh/ge25519.h
|
||||
include/libssh/hybrid_mlkem.h
|
||||
include/libssh/kex.h
|
||||
include/libssh/keys.h
|
||||
@@ -18,5 +15,4 @@ include/libssh/pki_sk.h
|
||||
include/libssh/pki.h
|
||||
include/libssh/priv.h
|
||||
include/libssh/session.h
|
||||
include/libssh/string.h
|
||||
include/libssh/wrapper.h
|
||||
|
||||
@@ -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