[REACTOS]
[reactos.git] / reactos / lib / cryptlib / CMakeLists.txt
1
2 add_library(cryptlib
3 md4.c
4 md5.c
5 mvAesAlg.c
6 rc4.c
7 sha1.c
8 util.c
9 )