Skip to content

Conversation

@Joannis
Copy link

@Joannis Joannis commented Nov 4, 2025

Fix compilation of NIOSSL on Windows
Note: This code adds some things we might not want to keep around.

  • OPENSSL_NO_ASM flag which I neededto get it to work
  • Windows directory listing using FindFirstFileA (not properly tested)
  • mlock -> VirtualLock on Windows (doesn't yet check if locking was successful)

Fix compilation of NIOSSL on Windows
Note: This code adds some things we might not want to keep around.
- OPENSSL_NO_ASM flag which I neededto get it to work
- Windows directory listing using FindFirstFileA (not properly tested)
- mlock -> VirtualLock on Windows (doesn't yet check if locking was successful)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant