diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-01-23 09:12:30 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-01-23 09:12:30 +0100 |
commit | bc72459a572069ffabd6ac54989add67d2fae0a1 (patch) | |
tree | b0f6756c16802516eb714cde7762b8401d31b2e4 /example-cipher.c | |
parent | d514a3d099207e73e55bbd8c55e969d19f7cd586 (diff) | |
download | cryptodev-linux-bc72459a572069ffabd6ac54989add67d2fae0a1.tar.gz cryptodev-linux-bc72459a572069ffabd6ac54989add67d2fae0a1.tar.xz cryptodev-linux-bc72459a572069ffabd6ac54989add67d2fae0a1.zip |
Added GPLv3 license files and text.
Diffstat (limited to 'example-cipher.c')
-rw-r--r-- | example-cipher.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 <michal@logix.cz> - * http://www.logix.cz/michal + * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> + * + * Based originally on code by Michal Ludvig <michal@logix.cz> * * Note: by default OpenBSD doesn't allow using * /dev/crypto if there is no hardware accelerator |