Skip to content

Commit

Permalink
submodules update (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK authored Nov 28, 2023
1 parent 01d1609 commit f7875ac
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Lint

on:
push:
branches:
- '*'
- '!main'
branches-ignore:
- 'main'

jobs:
clang-format:
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 4654fe to 95753f
1 change: 1 addition & 0 deletions src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ typedef struct _aws_crt_signing_config_aws aws_crt_signing_config_aws;
typedef enum aws_crt_signing_algorithm {
AWS_CRT_SIGNING_ALGORITHM_V4 = 0,
AWS_CRT_SIGNING_ALGORITHM_V4_ASYMMETRIC = 1,
AWS_CRT_SIGNING_ALGORITHM_V4_S3EXPRESS = 2,
} aws_crt_signing_algorithm;
typedef enum aws_crt_signature_type {
AWS_CRT_SIGNATURE_TYPE_HTTP_REQUEST_HEADERS,
Expand Down

0 comments on commit f7875ac

Please sign in to comment.