mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-04-18 11:00:25 -04:00
6 lines
92 B
C
6 lines
92 B
C
#if defined(OPENSSL_NO_ASM)
|
|
# include "./err_no-asm.h"
|
|
#else
|
|
# include "./err_asm.h"
|
|
#endif
|