From bc72459a572069ffabd6ac54989add67d2fae0a1 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 23 Jan 2010 09:12:30 +0100 Subject: Added GPLv3 license files and text. --- example-cipher.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'example-cipher.c') diff --git a/example-cipher.c b/example-cipher.c index 3bd2610..616ed06 100644 --- a/example-cipher.c +++ b/example-cipher.c @@ -1,8 +1,9 @@ /* * Demo on how to use OpenBSD /dev/crypto device. * - * Author: Michal Ludvig - * http://www.logix.cz/michal + * Author: Nikos Mavrogiannopoulos + * + * Based originally on code by Michal Ludvig * * Note: by default OpenBSD doesn't allow using * /dev/crypto if there is no hardware accelerator -- cgit