Skip to content

Commit 778c54d

Browse files
committed
Fix EC2X typo
1 parent 43270aa commit 778c54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openssl-sys/build/expando.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ RUST_CONF_OPENSSL_NO_EC
5959
RUST_CONF_OPENSSL_NO_EC2M
6060
#endif
6161

62-
#ifdef OPENSSL_NO_EC2X
63-
RUST_CONF_OPENSSL_NO_EC2X
62+
#ifdef OPENSSL_NO_ECX
63+
RUST_CONF_OPENSSL_NO_ECX
6464
#endif
6565

6666
#ifdef OPENSSL_NO_ENGINE

0 commit comments

Comments
 (0)