summaryrefslogtreecommitdiffstats
path: root/example2.c
diff options
context:
space:
mode:
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;