File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: openssh Tests
22
33on :
44 workflow_call :
5- # TODO: remove this from PR
6- push :
75
86jobs :
97 build_wolfssl :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments