microsoft / SymCrypt-OpenSSL

OpenSSL engine for use with SymCrypt cryptographic library
MIT License
43 stars 11 forks source link

Add curly braces around case block #82

Closed justanotherminh closed 2 months ago

justanotherminh commented 2 months ago

I'm adding curly braces around case block to ensure compatibility with the version of clang used for OE CI. Currently the lack of curly braces is causing clang to run into syntax errors due the declaration SIZE_T outlPadded = *outl; under case TLS1_VERSION:

mamckee commented 2 months ago

Addressed in #83