Make headers self-contained and include-order independent

Signed-off-by: Shreyas Mahajan <shreyasmahajan05@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Eshan Kelkar <eshankelkar@galorithm.com>
This commit is contained in:
Shreyas Mahajan
2026-02-09 23:36:31 +05:30
committed by Jakub Jelen
parent 67950c620d
commit e927820082
15 changed files with 62 additions and 11 deletions

View File

@@ -24,8 +24,12 @@
#ifndef _TORTURE_KEY_H
#define _TORTURE_KEY_H
#include "config.h"
#include <stdbool.h>
#include "libssh/libssh.h"
#define TORTURE_TESTKEY_PASSWORD "libssh-rocks"
/* Return the encrypted private key in a new OpenSSH format */