Sync with trunk r64222.
[reactos.git] / lib / cryptlib / CMakeLists.txt
1
2 add_library(cryptlib
3 aes.c
4 des.c
5 md4.c
6 md5.c
7 mvAesAlg.c
8 rc4.c
9 sha1.c
10 util.c
11 )