We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abc46f commit 4a6fd04Copy full SHA for 4a6fd04
1 file changed
.github/workflows/openssh.yml
@@ -27,7 +27,7 @@ jobs:
27
path: wolfssl
28
configure: >-
29
--enable-openssh --enable-dsa --with-max-rsa-bits=8192
30
- --enable-intelasm --enable-sp-asm CFLAGS="-DRSA_MIN_SIZE=1024"
+ --enable-intelasm --enable-sp-asm CFLAGS="-DRSA_MIN_SIZE=1024 -DWOLFSSL_GETRANDOM"
31
install: true
32
33
- name: tar build-dir
@@ -69,7 +69,7 @@ jobs:
69
SKIP_LTESTS: >-
70
exit-status rekey multiplex forward-control channel-timeout
71
connection-timeout
72
- name: ${{ matrix.ref }}
+ name: ${{ matrix.osp_ver }}
73
# if: github.repository_owner == 'wolfssl'
74
runs-on: ubuntu-22.04
75
needs: build_wolfssl
0 commit comments