diff options
author | jbj <devnull@localhost> | 2001-09-20 20:16:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-20 20:16:11 +0000 |
commit | 127af901c36a384da5bd12536fcc3c03d7cb5ef8 (patch) | |
tree | 93f25b6f6a577de51eb70c1cc309d1d05b70af98 /beecrypt/rsakp.c | |
parent | fcc1f6571c7d61b839e3d092b29940bf739c4f4c (diff) | |
download | librpm-tizen-127af901c36a384da5bd12536fcc3c03d7cb5ef8.tar.gz librpm-tizen-127af901c36a384da5bd12536fcc3c03d7cb5ef8.tar.bz2 librpm-tizen-127af901c36a384da5bd12536fcc3c03d7cb5ef8.zip |
Doxygen fiddles.
CVS patchset: 5065
CVS date: 2001/09/20 20:16:11
Diffstat (limited to 'beecrypt/rsakp.c')
-rw-r--r-- | beecrypt/rsakp.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/beecrypt/rsakp.c b/beecrypt/rsakp.c index d69418c24..717fec653 100644 --- a/beecrypt/rsakp.c +++ b/beecrypt/rsakp.c @@ -1,8 +1,10 @@ -/* - * rsakp.c - * - * RSA Keypair, code +/** \ingroup RSA_m + * \file rsakp.c * + * RSA Keypair, code. + */ + +/* * <conformance statement for IEEE P1363 needed here> * * Copyright (c) 2000 Virtual Unlimited B.V. |