tls13: set sess_free_cb to null after calling. #597
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: wolfCLU cross-library | |
| # START OF COMMON SECTION | |
| on: | |
| push: | |
| branches: [ 'release/**' ] | |
| pull_request: | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| branches: [ '*' ] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| # END OF COMMON SECTION | |
| jobs: | |
| cross-library: | |
| uses: ./.github/workflows/cross-library.yml | |
| with: | |
| product: wolfclu | |
| repo: wolfSSL/wolfCLU | |
| wolfssl_configure: --enable-wolfclu | |
| product_configure: '' | |
| script: wolfclu.sh |