File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
aws-lc-sys/builder/cc_builder Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments