Skip to content

Commit eace34d

Browse files
committed
Add crypto/thread_win.c
1 parent 0bf42f6 commit eace34d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aws-lc-sys/builder/cc_builder/universal.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ pub(super) const CRYPTO_LIBRARY: &'static [&'static str] = &[
163163
"crypto/rc4/rc4.c",
164164
"crypto/refcount_c11.c",
165165
"crypto/refcount_lock.c",
166+
"crypto/refcount_win.c",
166167
"crypto/rsa_extra/rsa_asn1.c",
167168
"crypto/rsa_extra/rsa_crypt.c",
168169
"crypto/rsa_extra/rsa_print.c",
@@ -171,7 +172,9 @@ pub(super) const CRYPTO_LIBRARY: &'static [&'static str] = &[
171172
"crypto/spake25519/spake25519.c",
172173
"crypto/stack/stack.c",
173174
"crypto/thread.c",
175+
"crypto/thread_none.c",
174176
"crypto/thread_pthread.c",
177+
"crypto/thread_win.c",
175178
"crypto/trust_token/pmbtoken.c",
176179
"crypto/trust_token/trust_token.c",
177180
"crypto/trust_token/voprf.c",

0 commit comments

Comments
 (0)