Skip to content

Commit 7365c3c

Browse files
authored
Merge pull request #7215 from julek-wolfssl/openssh-workflow-update
Point openssh workflow to wolf master
2 parents 5b5f0ff + 4244fe9 commit 7365c3c

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: ./.github/workflows/memcached.yml
4545
libssh2:
4646
uses: ./.github/workflows/libssh2.yml
47+
openssh:
48+
uses: ./.github/workflows/openssh.yml
4749
# TODO: Currently this test fails. Enable it once it becomes passing.
4850
# haproxy:
4951
# uses: ./.github/workflows/haproxy.yml

.github/workflows/openssh.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: openssh Tests
22

33
on:
44
workflow_call:
5-
# TODO: remove this from PR
6-
push:
75

86
jobs:
97
build_wolfssl:
@@ -49,9 +47,7 @@ jobs:
4947
- name: Checkout OSP
5048
uses: actions/checkout@v4
5149
with:
52-
# TODO: update with wolfssl repo after merge
53-
repository: julek-wolfssl/osp
54-
ref: openssh-9.6
50+
repository: wolfssl/osp
5551
path: osp
5652

5753
- name: Build and test openssh

wolfcrypt/src/ed25519.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#ifdef HAVE_ED25519
3333

3434
#include <wolfssl/wolfcrypt/ed25519.h>
35+
#include <wolfssl/wolfcrypt/ge_operations.h>
3536
#include <wolfssl/wolfcrypt/error-crypt.h>
3637
#include <wolfssl/wolfcrypt/hash.h>
3738
#ifdef NO_INLINE

wolfssl/wolfcrypt/ed25519.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
#ifdef HAVE_ED25519
3333

34-
#include <wolfssl/wolfcrypt/fe_operations.h>
35-
#include <wolfssl/wolfcrypt/ge_operations.h>
3634
#include <wolfssl/wolfcrypt/random.h>
3735
#ifndef WOLFSSL_SHA512
3836
#error ED25519 requires SHA512

0 commit comments

Comments
 (0)