|
Last change
on this file was 740, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: update vendor to 3.6.0
|
|
File size:
323 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 | bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
|
|---|
| 4 | source='crc32.c md5.c hmacmd5.c md4.c arcfour.c sha256.c hmacsha256.c aes.c rijndael-alg-fst.c',
|
|---|
| 5 | deps='talloc'
|
|---|
| 6 | )
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | bld.SAMBA_SUBSYSTEM('TORTURE_LIBCRYPTO',
|
|---|
| 10 | source='md4test.c md5test.c hmacmd5test.c',
|
|---|
| 11 | autoproto='test_proto.h',
|
|---|
| 12 | deps='LIBCRYPTO'
|
|---|
| 13 | )
|
|---|
| 14 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.