Skip to content

Commit 7d3923a

Browse files
committed
Update CMakeList.txt
1 parent 70844b9 commit 7d3923a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/CryptoExtras/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ add_library(CryptoExtras
3333
"ARC/ARCServer.swift"
3434
"ChaCha20CTR/BoringSSL/ChaCha20CTR_boring.swift"
3535
"ChaCha20CTR/ChaCha20CTR.swift"
36+
"Digests/BordingSSL/BoringSSLSHA512256Context.swift"
37+
"Digests/BordingSSL/BoringSSLSHA512256HasFunction.swift"
38+
"Digests/SHA512256.swift"
39+
"Digests/SHA512256Digest.swift"
3640
"EC/Curve25519+PEM.swift"
3741
"EC/ObjectIdentifier.swift"
3842
"EC/PKCS8DERRepresentation.swift"

0 commit comments

Comments
 (0)