Skip to content

Commit

Permalink
add head file
Browse files Browse the repository at this point in the history
  • Loading branch information
sgzGary committed Sep 7, 2024
1 parent 7717b9e commit ebb7b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ssh-ecdsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "digest.h"
#define SSHKEY_INTERNAL
#include "sshkey.h"

#include "ssh-pkcs11.h"
#include "openbsd-compat/openssl-compat.h"

static u_int
Expand Down
2 changes: 1 addition & 1 deletion ssh-rsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <stdarg.h>
#include <string.h>

#include "ssh-pkcs11.h"
#include "sshbuf.h"
#include "ssherr.h"
#define SSHKEY_INTERNAL
Expand Down

0 comments on commit ebb7b00

Please sign in to comment.