Skip to content
Snippets Groups Projects
Commit f22363c7 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

openssl: Avoid double semicolons after the GET_BIO_DATA macro


When the macro is expanded with a semicolon following it and the
macro itself contains a semicolon, we ended up in double semicolons,
which is treated as a statement that disallows further declarations.

This avoids errors about mixed declarations and statements on gcc,
after ee050797.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 052b9785
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment