diff options
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 |