diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-11-28 19:35:33 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-11-28 19:35:33 +0200 |
commit | 3c0c804b7ffd37e03e83d486080f65ce2952a2fc (patch) | |
tree | dd3db42f2a624d9bf6883509b73d5abcfd5f02df /example2.c | |
parent | 7990693197c961fe0e20802fdfbe2b378f8ae041 (diff) | |
download | cryptodev-linux-3c0c804b7ffd37e03e83d486080f65ce2952a2fc.tar.gz cryptodev-linux-3c0c804b7ffd37e03e83d486080f65ce2952a2fc.tar.xz cryptodev-linux-3c0c804b7ffd37e03e83d486080f65ce2952a2fc.zip |
enable all tests
Diffstat (limited to 'example2.c')
-rw-r--r-- | example2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ test_crypto(int cfd) } else { fprintf(stderr, "HMAC test 1: passed\n"); } -return 0; + sess.cipher = CRYPTO_AES_CBC; sess.mac = CRYPTO_SHA1_HMAC; sess.keylen = KEY_SIZE; |