summaryrefslogtreecommitdiffstats
path: root/example2.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-28 19:35:33 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-28 19:35:33 +0200
commit3c0c804b7ffd37e03e83d486080f65ce2952a2fc (patch)
treedd3db42f2a624d9bf6883509b73d5abcfd5f02df /example2.c
parent7990693197c961fe0e20802fdfbe2b378f8ae041 (diff)
downloadcryptodev-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example2.c b/example2.c
index ddd35b5..e25dc5b 100644
--- a/example2.c
+++ b/example2.c
@@ -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;