diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 11:19:28 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 11:19:28 +0300 |
commit | fed8d432668e1993b6d0d429398d65aa40f3f5fe (patch) | |
tree | 5b837c62d01f3fcdafb6a31ae4914f530053c5b9 /contrib/restricted/aws/s2n/tls/s2n_signature_scheme.h | |
parent | d6e1a495bd3ea25012ef907b23327e085f36be1c (diff) | |
download | ydb-fed8d432668e1993b6d0d429398d65aa40f3f5fe.tar.gz |
Update contrib/restricted/aws/s2n to 1.3.31
Diffstat (limited to 'contrib/restricted/aws/s2n/tls/s2n_signature_scheme.h')
-rw-r--r-- | contrib/restricted/aws/s2n/tls/s2n_signature_scheme.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.h b/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.h index a3259804fe..c4700f4d1a 100644 --- a/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.h +++ b/contrib/restricted/aws/s2n/tls/s2n_signature_scheme.h @@ -15,12 +15,12 @@ #pragma once -#include "api/s2n.h" #include <strings.h> +#include "api/s2n.h" +#include "crypto/s2n_ecc_evp.h" #include "crypto/s2n_hash.h" #include "crypto/s2n_signature.h" -#include "crypto/s2n_ecc_evp.h" struct s2n_signature_scheme { uint16_t iana_value; @@ -34,7 +34,7 @@ struct s2n_signature_scheme { struct s2n_ecc_named_curve const *signature_curve; }; -struct s2n_signature_preferences{ +struct s2n_signature_preferences { uint8_t count; const struct s2n_signature_scheme *const *signature_schemes; }; |