]> Git Repo - qemu.git/commit
qtest: fix make check complaint in crypto module
authorGonglei <[email protected]>
Sat, 24 Sep 2016 00:36:19 +0000 (08:36 +0800)
committerDaniel P. Berrange <[email protected]>
Wed, 19 Oct 2016 09:09:24 +0000 (10:09 +0100)
commit48b95ea4f0933c13d778c0478cb82bbfdd515981
tree0ecf8f3f47f25bfb6c15d3a2400eda8972e25734
parent77cf26cd89c6e6947fe856a079061cebaecd5435
qtest: fix make check complaint in crypto module

  CC    tests/test-crypto-tlscredsx509.o
  CC    tests/crypto-tls-x509-helpers.o
  CC    tests/pkix_asn1_tab.o
tests/pkix_asn1_tab.c:7:22: warning: libtasn1.h: No such file or directory
tests/pkix_asn1_tab.c:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pkix_asn1_tab’
make: *** [tests/pkix_asn1_tab.o] Error 1

Signed-off-by: Gonglei <[email protected]>
Signed-off-by: Daniel P. Berrange <[email protected]>
tests/pkix_asn1_tab.c
This page took 0.024336 seconds and 4 git commands to generate.