test-crypto: move crypted data out of code
commit6f11d3947ee98029a341e88eab35ec4600d375ac
authorAntonio Borneo <Antonio Borneo@315857ad-0bdb-0310-b42e-dec37551a5f0>
Wed, 4 Dec 2013 13:40:55 +0000 (4 13:40 +0000)
committerAntonio Borneo <Antonio Borneo@315857ad-0bdb-0310-b42e-dec37551a5f0>
Wed, 4 Dec 2013 13:40:55 +0000 (4 13:40 +0000)
treef4858155ae19f41305479c63c1a9c8eb94758cf3
parent8c88c10c1bcb94b1231acdb87cbab72481b7e897
test-crypto: move crypted data out of code

The test program embeds encrypted binary data, but the
encryption key is not made available from the original
developer.
Move the binary data out of the code, so later we can
replace it with data encrypted under our control.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
git-svn-id: https://svn.unix-ag.uni-kl.de/vpnc/trunk@538 315857ad-0bdb-0310-b42e-dec37551a5f0
Makefile
test-crypto.c
test/dec_data.bin [new file with mode: 0644]
test/sig_data.bin [new file with mode: 0644]