diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-02-29 01:39:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-02-29 03:16:22 +0100 |
commit | 7102eafc266e82121b1a267991584885ebfa9a65 (patch) | |
tree | b3108c77a53102cd7859989217a9f5bf67a6deed /lib/crypto/wscript_build | |
parent | 062d1a09c2ef5efcdb85c77d7d27109b1317b46c (diff) | |
download | samba-7102eafc266e82121b1a267991584885ebfa9a65.tar.gz samba-7102eafc266e82121b1a267991584885ebfa9a65.tar.bz2 samba-7102eafc266e82121b1a267991584885ebfa9a65.zip |
lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test
metze
Diffstat (limited to 'lib/crypto/wscript_build')
-rw-r--r-- | lib/crypto/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/wscript_build b/lib/crypto/wscript_build index c4bfefc1fd..f50269879b 100644 --- a/lib/crypto/wscript_build +++ b/lib/crypto/wscript_build @@ -15,7 +15,7 @@ bld.SAMBA_SUBSYSTEM('LIBCRYPTO', ) bld.SAMBA_SUBSYSTEM('TORTURE_LIBCRYPTO', - source='md4test.c md5test.c hmacmd5test.c', + source='md4test.c md5test.c hmacmd5test.c aes_cmac_128_test.c', autoproto='test_proto.h', deps='LIBCRYPTO' ) |