mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 07:53:06 +01:00
6 lines
92 B
C
6 lines
92 B
C
|
#if defined(OPENSSL_NO_ASM)
|
||
|
# include "./cmp_no-asm.h"
|
||
|
#else
|
||
|
# include "./cmp_asm.h"
|
||
|
#endif
|