diff options
author | lloyd <[email protected]> | 2009-03-02 06:46:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-03-02 06:46:08 +0000 |
commit | 609339f6237affd7041084382c92320d9768f47f (patch) | |
tree | 40f72d2396a18106e49c8c87864e35e95e7a5b04 /src/pubkey | |
parent | c0646a2441c974cd0598291cbfdb5c6a51fa9b52 (diff) |
Update some doxygen comments. Contributed by Charles Brockman in bug #39
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/ec_dompar/ec_dompar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/ec_dompar/ec_dompar.h b/src/pubkey/ec_dompar/ec_dompar.h index 9abfafdb4..a567fd88c 100644 --- a/src/pubkey/ec_dompar/ec_dompar.h +++ b/src/pubkey/ec_dompar/ec_dompar.h @@ -109,7 +109,7 @@ EC_Domain_Params decode_ber_ec_dompar(SecureVector<byte> const& encoded); * an OID. The demanded OID has to be registered in the InSiTo * configuration. Consult the file ec_dompar.cpp for the default * configuration. -* @param the oid of the demanded EC domain parameters +* @param oid the oid of the demanded EC domain parameters * @result the EC domain parameters associated with the OID */ EC_Domain_Params get_EC_Dom_Pars_by_oid(std::string oid); |